.theme-ttswp.woocommerce-account .woocommerce-MyAccount-content {
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.theme-ttswp.woocommerce-account .woocommerce-MyAccount-content.tts-page-wrap-acc,
.theme-ttswp.woocommerce-orders .woocommerce-MyAccount-content,
.theme-ttswp.woocommerce-view-order .woocommerce-MyAccount-content {
    padding: 20px;
    background: #FFFFFF;
    box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

.my-account-default {
    background: #FFFFFF;
    box-shadow: 0px 9px 80px rgba(0, 0, 0, 0.07), 0px 1.12694px 10.0172px rgba(0, 0, 0, 0.035);
    border-radius: 12px;
    padding: 25px;
}
.my-account-default .my-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #323232;
}
.my-account-default p {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #323232;
}
.my-account-default .my-name strong {
    color: #8C3E5E;
}
.my-account-default p span {
    display: block;
}
.my-account-default p span strong {
    color: #8C3E5E;
}
.my-account-default p a {
    text-transform: underline;
}

.user-statistic-area {
    margin: 20px 0 50px;
}
.statistic-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 30px;
}
.statistic-item {
    background: #FFFFFF;
    box-shadow: 0px 9px 80px rgba(0, 0, 0, 0.07), 0px 1.12694px 10.0172px rgba(0, 0, 0, 0.035);
    border-radius: 12px;
    padding: 30px 30px 45px;
    position: relative;
}
.statistic-item .card-img {
    position: absolute;
    top: 35px;
    right: 24px;
}
.statistic-item.w-bg {
    background: #8C3E5E;
}
.statistic-title {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    color: #323232;
    margin-bottom: 35px;
    max-width: calc(100% - 36px);
}
.statistic-title span {
    color: #999999;
    display: block;
}
.statistic-value {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 40px;
    line-height: 26px;
    color: #323232;
}
.w-bg .statistic-title {
    font-size: 18px;
    line-height: 26px;
    color: #FFFFFF;
    margin-bottom: 35px;
}
.w-bg .statistic-value {
    font-size: 40px;
    line-height: 26px;
    color: #FFFFFF;
}

.woocommerce-account .pricing-item-wrap {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 30px;
}
.woocommerce-account .pricing-item {
    grid-row: span 1 / span 1;
    background: rgba(255, 255, 255, 0.5);
    border: 2px dashed #DBDBDB;
    border-radius: 20px;
    padding: 30px 20px 30px 20px;
    text-align: center;
    position: relative;
}
.woocommerce-account .pricing-item.popular {
    border: 2px solid #F59B41;
}
.woocommerce-account .pricing-item.popular:after {
    position: absolute;
    width: 114px;
    height: 40px;
    left: 1153.21px;
    top: 3603.71px;
    background: #F59B41;
    border: 2px solid #F59B41;
    border-radius: 20px 0px;
    content: 'Most Popular';
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 900;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.005em;
    text-transform: capitalize;
    color: #FFFFFF;
    top: -1px;
    left: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}
.woocommerce-account .pricing-title {
    font-family: 'Nunito Sans';
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
}
.woocommerce-account .pricing-subtext {
    color: #728096;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    margin-top: 5px;
}
.woocommerce-account .pricing-price {
    color: #8C3E5E;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 35px;
    margin-top: 10px;
}
.woocommerce-account .pricing-btn {
    margin-top: 20px;
}
.woocommerce-account .pricing-subtext span {
    margin-left: 15px;
    color: #F59B41;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
}
.woocommerce-account .pricing-btn a {
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    border-radius: 5px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    font-family: "DM Sans", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    padding: 20px 60px 20px 60px;
    background-color: #8c3e5e;
    transition: all .3s;
}
.woocommerce-account .pricing-btn a:hover {
    transition: all .3s;
    background-color: #F59B41;
}
.woocommerce-orders-table {
    border: 1px solid #DEDEDE;
}
.woocommerce table.my_account_orders th {
    border-top: 0;
    border-right: 0;
    border-left: 1px solid #EAEAEA;
    border-bottom: 0;
    padding: 25px 30px 22px;
    text-align: left;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #212529;
}
.woocommerce table.my_account_orders td {
    border-top: 1px solid #EAEAEA;
    border-right: 0;
    border-left: 1px solid #EAEAEA;
    border-bottom: 0;
    padding: 25px 30px 22px;
    text-align: left;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #212529;
    letter-spacing: inherit;
}
.woocommerce table.my_account_orders th:not(:first-child),
.woocommerce table.my_account_orders td:not(:first-child) {
    text-align: center;
}
.woocommerce table.my_account_orders .button {
    background: #8C3E5E;
    border: 1px solid;
    border-color: #8C3E5E;
    box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.2), 
        0px 2px 1px -1px rgba(150, 150, 150, 0.12), 
        0px 1px 1px rgba(150, 150, 150, 0.14);
    border-radius: 5px;
    padding: 5px 35px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 18px;
    color: #FFFFFF;
}
.woocommerce table.my_account_orders .button:hover {
    color: #8C3E5E;
    background: #FFFFFF;
}

.woocommerce-view-order .woocommerce-MyAccount-content p:nth-child(2) {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #212529;
    margin-bottom: 16px;
}

.woocommerce-view-order .woocommerce-MyAccount-content p:nth-child(2) mark {
    background: transparent;
    color: #8C3E5E;
}
.woocommerce-order-details h2.woocommerce-order-details__title {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 28px;
    line-height: 18px;
    color: #212529;
    margin-bottom: 35px;
}
.woocommerce .woocommerce-order-details .woocommerce-table--order-details {
    border: 1px solid #DEDEDE;
    border-radius: 0;
    text-align: center;
}
.woocommerce .woocommerce-order-details .woocommerce-table--order-details th {
    padding: 21px 20px;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #212529;
    border-bottom: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    background: #F4F4F4;
}
.woocommerce .woocommerce-order-details .woocommerce-table--order-details td {
    padding: 21px 20px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #212529;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    text-align: center;
}
.woocommerce .woocommerce-order-details .woocommerce-table--order-details td:first-child {
    text-align: center;
}
.woocommerce .woocommerce-order-details .woocommerce-table--order-details th:first-child ,
.woocommerce .woocommerce-order-details .woocommerce-table--order-details td:first-child {
    border-right: 1px solid #DEDEDE;
}
.woocommerce .woocommerce-order-details .woocommerce-table--order-details .woocommerce-table__product-name strong {
    font-weight: 400;
}
.woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot th {
    border-top: 1px solid #DEDEDE;
    background: #FFF3F8;
    text-transform: uppercase;
}
.woocommerce .woocommerce-order-details .order-again a {
    background: #8C3E5E;
    border: 1px solid;
    border-color: #8C3E5E;
    border-radius: 5px;
    padding: 7px 29px;
    font-family: 'Nunito Sans';
    font-weight: 800;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
    text-transform: capitalize;
}
.woocommerce .woocommerce-order-details .order-again a:hover {
    color: #8C3E5E;
    background: #FFFFFF;
}
.woocommerce .woocommerce-customer-details address {
    background: #F4F4F4;
    border-radius: 12px;
    border: none;
    padding: 24px 28px 24px;
    max-width: 500px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #212529;
    font-style: italic;
}
.woocommerce-edit-address .woocommerce-MyAccount-content p:first-child {
    font-family: 'Inter';
    font-size: 18px;
    line-height: 18px;
    color: #212529;
    margin-bottom: 30px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address {
    background: #FFFFFF;
    box-shadow: 0px 9px 80px rgba(0, 0, 0, 0.07), 0px 1.12694px 10.0172px rgba(0, 0, 0, 0.035);
    border-radius: 12px;
    padding: 34px 40px 42px 27px;
    width: calc(50% - 6px);
}
.woocommerce-account .addresses .title .edit {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: #8C3E5E;
}
.woocommerce-account .addresses .title h3 {
    font-family: 'Inter';
    font-weight: 700;
    font-size: 28px;
    line-height: 18px;
    color: #212529;
    margin-bottom: 30px;
}
.woocommerce-edit-address .woocommerce-MyAccount-content address {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    color: #212529;
}

.woocommerce-message {
    border-top-color: #29AB87;
}

.woocommerce-message::before {
    color: #29AB87;
}

.woocommerce-info {
    border-top-color: #1E85BE;
}

.woocommerce-info::before {
    color: #1E85BE;
}

.woocommerce-info a.showcoupon {
    color: #1E85BE;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
}

.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message {
    background-color: #FFFFFF;
    box-shadow: 0px 9px 80px rgba(0, 0, 0, 0.07), 0px 1.12694px 10.0172px rgba(0, 0, 0, 0.035);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    color: #212529;
}

.woocommerce-message a.button {
    font-family: 'Nunito Sans';
    font-style: normal;
    font-weight: 800;
    font-size: 12px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 7px 35px;
    background: #8C3E5E;
    border-radius: 5px;
    outline: 0!important;
}

.woocommerce-checkout .woocommerce .customer-details-wrap {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.woocommerce-checkout .woocommerce .customer-details-wrap .col-1 {
    flex: 1;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 9px 80px rgba(0, 0, 0, 0.07), 0px 1.12694px 10.0172px rgba(0, 0, 0, 0.035);
    border-radius: 12px;
}

.woocommerce-checkout .woocommerce .customer-details-wrap .col-2 {
    width: 450px;
    padding: 30px;
    background-color: #ffffff;
    box-shadow: 0px 9px 80px rgba(0, 0, 0, 0.07), 0px 1.12694px 10.0172px rgba(0, 0, 0, 0.035);
    border-radius: 12px;
}

.woocommerce-checkout .woocommerce .col2-set::before {
    display: none;
}

.woocommerce-checkout .col2-set::after, .woocommerce-checkout .col2-set::after {
    display: none;
}

.woocommerce-checkout .woocommerce-billing-fields h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
}

.woocommerce form .form-row label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 40px;
}

.woocommerce form .form-row input.input-text {
    background: #FFFFFF;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    height: 40px;
}

.woocommerce form .form-row input.input-text:hover, .woocommerce form .form-row input.input-text:focus {
    border-color: #8C3E5E;
}

.woocommerce-checkout .select2-container .select2-selection--single {
    display: flex;
    align-items: center;
    height: 40px;
    border-color: #C6C6C6;
    border-radius: 5px;
    border-width: 1px;
    transition: all 0.3s ease;
}

.woocommerce-checkout  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
}

.woocommerce-checkout .woocommerce-additional-fields h3 {
    display: none;
}

.woocommerce-checkout .woocommerce .woocommerce-additional-fields .input-text {
    padding: 10px;
    height: 129px;
    background-color: transparent;
    border: 1px solid #C6C6C6;
    border-radius: 5px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #AAAAAA;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    border: 0;
}

.woocommerce table.shop_table th {
    padding: 10px 0px;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead th:first-child,
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td:first-child {
    text-align: left;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead th:last-child,
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td:last-child {
    text-align: right;
}

.woocommerce-checkout .woocommerce table.shop_table {
    border: 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td:first-child,
.woocommerce-checkout .woocommerce-checkout-review-order-table tbody td:last-child {
    border-top: 1px solid #EAEAEA;
    padding: 30px 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tfoot td {
    text-align: left;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total th,
.woocommerce-checkout .woocommerce-checkout-review-order-table tr.order-total td {
    border-top: 0;
}

.woocommerce-checkout .wc_payment_methods li input {
    height: auto;
    width: auto;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border-bottom: 0;
}

.woocommerce-checkout #payment {
    background: #ffffff;
}

.woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

.woocommerce-checkout #payment div.payment_box {
    margin: 10px 0;
    padding: 0 33px;
    background: #fff;
}

.woocommerce-checkout #payment div.payment_box p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
}

.woocommerce-checkout #payment div.form-row {
    padding: 0;
    padding-top: 20px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods li + li {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #EAEAEA;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: #8C3E5E;
    border-radius: 5px;
    width: 100%;
    float: none;
    padding: 15px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.woocommerce-order-received .woocommerce-order {
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 9px 80px rgba(0, 0, 0, 0.07), 0px 1.12694px 10.0172px rgba(0, 0, 0, 0.035);
    border-radius: 12px;
}

.woocommerce-order-received .woocommerce .woocommerce-order ul.order_details {
    padding: 0;
}

@media (max-width: 1024px) {

    .woocommerce-checkout .woocommerce .customer-details-wrap .col-2 {
        width: 370px;
    }

}

@media (max-width: 768px) {

    .woocommerce-checkout .woocommerce .customer-details-wrap {
        flex-wrap: wrap;
    }

    .woocommerce-checkout .woocommerce .customer-details-wrap .col-1,
    .woocommerce-checkout .woocommerce .customer-details-wrap .col-2 {
        width: 100%;
    }

}

@media (max-width: 575px) {

    .woocommerce-message a.button {
        padding: .618em 1em;
    }
}

@media screen and (max-width: 1024px) {

    .project-head-wrap {
        flex-wrap: wrap;
        gap: 20px;
    }

    .project-head-wrap > div {
        width: 100%;
    }

    .ttswp-tts-wrap .info-text-character-left {
        justify-content: center;
    }

}

@media screen and (max-width: 768px) {
    .statistic-wrapper,
    .woocommerce-account .pricing-item-wrap {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .woocommerce-edit-address .woocommerce-MyAccount-content .woocommerce-Address {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 575px) {

    .add-chars-account .add-chars-wrap h2.section-title {
        font-size: 2rem;
    }

    .woocommerce-account .page-title-wrap h1 {
        font-size: 32px!important;
    }

    .woocommerce-account .page-title-wrap {
        margin-bottom: 40px!important;
        padding: 60px 15px 60px!important;
    }

    .tts-control-content-wrapper .tts-dropdown-options {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        margin: 0 0px;
        width: 100%!important;
    }

    .tts-control-content-wrapper {
        flex-wrap: wrap;
    }

    .tts-dropdown-options .special-buttons {
        width: calc(100% / 3);
        padding: 0 5px;
    }

    .special-buttons .dropdown-menu {
        left: 0!important;
        top: calc(100% + 10px)!important;
    }

    .special-buttons .dropdown-menu:after {
        left: 10px!important;
        top: -5px!important;
        border: 0!important;
        border-left: 5px solid transparent!important;
        border-right: 5px solid transparent!important;
        border-bottom: 5px solid #FFFFFF!important;
    }

    #waveform-box .controls {
        min-width: 177px;
    }

    .ttswp-tts-wrap table.dataTable>tbody>tr.child ul.dtr-details {
        width: 100%;
    }

    .ttswp-tts-wrap table.dataTable>tbody>tr.child ul.dtr-details>li {
        padding: 1em 0;
        display: flex;
        align-items: center;
    }

    .ttswp-tts-wrap table.dataTable>tbody>tr.child span.dtr-data:before {
        content: " : ";
    }

    .ttswp-tts-wrap table.dataTable>tbody>tr.child span.dtr-data {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .project-head-wrap .select-projects,
    .project-head-wrap .btn-options {
        flex-wrap: wrap;
    }

    .project-head-wrap .btn-options {
        width: 100%;
    }

    .project-head-wrap .btn-options .btn-head-project {
        width: 100%!important;
    }

    .ttswp-tts-wrap div.dataTables_wrapper div.dataTables_info {
        justify-content: center;
        margin-bottom: 15px;
    }

    .ttswp-tts-wrap .dataTables_length {
        text-align: left;
        margin-bottom: 10px;
    }

    .ttswp-tts-wrap .info-text-character-left {
        flex-wrap: wrap;
        gap: 10px!important;
    }

    .ttswp-tts-wrap .info-text-character-left span {
        display: block;
        width: 100%;
        text-align: center;
    }

    tr.parent td.details-control {
        background: url(images/details_close.png) no-repeat center center;
    }

}