/**
 * Password strength meter
 */
.woocommerce-password-strength {
    text-align: right;
}

.woocommerce-password-strength.strong {
    color: #0f834d;
}

.woocommerce-password-strength.short {
    color: #e2401c;
}

.woocommerce-password-strength.bad {
    color: #e2401c;
}

.woocommerce-password-strength.good {
    color: #3d9cd2;
}

/**
 * WooCommerce Cart, Checkout and My Account
 */
.u-columns h2 {
    margin-top: 0;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e0dede;
}

.u-columns label {
    display: block;
    font-size: 1rem;
}

.u-columns .woocommerce-Input--text {
    font-size: 1rem;
    width: 100%;
    padding: 0.5rem;
}

.u-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.woocommerce-account .site-content-wrapper .button {
    background: linear-gradient(180deg, rgb(197, 155, 109) 5%, rgb(160, 125, 88) 100%);
    color: white ;
    display: inline-block;
}
.woocommerce-account .site-content-wrapper .button:hover {
    background: linear-gradient(180deg, rgb(160, 125, 88) 5%, rgb(197, 155, 109) 100% );

}

.u-column1,
.u-column2 {
    border: 1px solid #e0dede;
    padding: 1rem 2rem;
    width: 100%;
    max-width: 384px;
}

.u-column1 .form-row:nth-of-type(3) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

.u-column1 .form-row:nth-of-type(3) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.u-column2 .form-row:last-of-type {
    margin-bottom: 0;
}

.u-column1 .woocommerce-LostPassword {
    margin-bottom: 0;
}
.ttt-my-account-login-remember-me-and-lost-password-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    margin-bottom: 1em;
}
@media screen and (max-width: 381px){
    .ttt-my-account-login-remember-me-and-lost-password-wrapper,
    .ttt-my-account-login-remember-me-and-lost-password-wrapper .woocommerce-form-login__rememberme,
    .woocommerce-form-login__rememberme span{
        font-size: 14px;
    }
}
.ttt-my-account-login-remember-me-and-lost-password-wrapper > p {
    margin: 0;
}

.woocommerce-account .woocommerce {
    flex-direction: column;
}
.u-column1 .woocommerce-form-login  .ttt-woocommmerce-login-nonce {
    margin: 15px 0;
}
.woocommerce-account .entry-content {
    margin-top: 2rem;
}
.ttt-sign-up-for-account {
    margin-top: 0;
}
@media screen and (max-width: 599px) {
    .ttt-sign-up-for-account {
        text-align: center;
    }
}
.woocommerce-account h3 {
    border-bottom: 1px solid #e0dede;
    padding-bottom: 0.5rem;
}

.woocommerce-MyAccount-navigation > ul {
    list-style: none;
    padding-left: 0;
}

.woocommerce-account .site-content-wrapper {
    max-width: 1200px;
    width: 100%;
}
.woocommerce-MyAccount-navigation-link  {
    display: inline-block;
    padding: 8px;
    border: 1px solid #ddd;
    margin-bottom: 0.25rem;
    text-transform: capitalize;
    border-radius: 3px;
}
.woocommerce-MyAccount-navigation-link a {
    color: black;
}
.woocommerce-MyAccount-navigation-link:hover {
    color: #c59b6d;
    border: 1px solid #c59b6d;
}
.woocommerce-MyAccount-navigation-link:hover a {
    color: #c59b6d;
}

.woocommerce-MyAccount-navigation-link.is-active {
    background-color: #c59b6d;
}

.woocommerce-MyAccount-navigation-link.is-active > a {
    color: white;
}


.woocommerce-MyAccount-navigation-link--customer-logout {
    border: 1px solid transparent;
}
@media screen and (min-width: 600px) {
    .woocommerce-MyAccount-navigation-link--customer-logout {
        margin-top: 0;
    }
}

.woocommerce-MyAccount-content .woocommerce-Addresses {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.woocommerce-MyAccount-content .woocommerce-Address {
    width: 100%;
    max-width: 384px;
}

.woocommerce-Address address,
.addresses address {
    font-style: normal;
    margin-bottom: 0;
}

.woocommerce-address-fields .form-row {
    display: flex;
    flex-direction: column;
}

.woocommerce-address-fields input {
    width: 100%;
}

.woocommerce-MyAccount-content .woocommerce-orders-table {
    margin-top: 1rem;
}

.woocommerce-orders-table .woocommerce-button {
    font-size: 0.75rem;
    margin-left: 0.25rem;
    padding: 0.25rem 0.5rem;
}

.woocommerce-orders-table .woocommerce-button:visited {
    color: white;
}

.woocommerce-orders-table .woocommerce-button.view,
.woocommerce-orders-table .woocommerce-button.view:visited,
.woocommerce-orders-table .woocommerce-button.view:hover {
    background: transparent;
    color: #c59b6d;
}

.woocommerce-orders-table .woocommerce-button.cancel,
.woocommerce-orders-table .woocommerce-button.cancel:visited {
    background: transparent;
    border: 1px solid #999;
    color: #999;
}

.woocommerce-orders-table .woocommerce-button.cancel::before {
    content: "\f00d";
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: 900;
    margin-right: 0.25rem;
}

.woocommerce-orders-table .woocommerce-button.pay {
    padding: 0.25rem 0.75rem;
}

.woocommerce-orders-table .order-status {
    background-color: transparent;
    
}

.woocommerce-orders-table__row {
    border-bottom: 1px solid #e0dede;
    margin-top: 2rem;
    padding-bottom: 1rem;
    display: block;
}

.woocommerce-view-order mark {
    background-color: transparent;
    font-weight: 500;
}

.woocommerce-checkout .entry-content,
.woocommerce-cart .entry-content {
    margin: 0;
}

.woocommerce-account .shop_table th,
.woocommerce-checkout .shop_table th {
    text-align: left;
}

.woocommerce-account .shop_table tfoot td,
.woocommerce-account .shop_table .product-total,
.woocommerce-checkout .shop_table tfoot td,
.woocommerce-checkout .shop_table .product-subtotal,
.woocommerce-checkout .shop_table .product-total {
    text-align: right;
}

.woocommerce-account .shop_table th.product-name,
.woocommerce-account .shop_table th.product-total,
.woocommerce-account .shop_table tbody tr:last-of-type td,
.woocommerce-checkout .shop_table th.product-name,
.woocommerce-checkout .shop_table th.product-quantity,
.woocommerce-checkout .shop_table th.product-total,
.woocommerce-checkout .shop_table tbody tr:last-of-type td {
    border-bottom: 1px solid #e0dede;
}

.woocommerce-account .shop_table tbody tr:last-of-type td.woocommerce-orders-table__cell {
    border-bottom: none;
}

.woocommerce-account .shop_table tbody tr td,
.woocommerce-checkout .shop_table tbody tr td {
    padding: 0.25rem 0.25rem 0.25rem 0;
}

.woocommerce-account .shop_table tbody tr td .attachment-woocommerce_thumbnail {
    width: 100px;
}

.woocommerce-account .shop_table .wc-item-meta,
.woocommerce-checkout .shop_table .wc-item-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0.75rem;
}

.woocommerce-account .shop_table .wc-item-meta p {
    display: inline;
}

.woocommerce-MyAccount-content label {
    text-transform: capitalize;
}

.woocommerce-MyAccount-content .ttt-order-details-header {
    margin-bottom: 0;
}
.woocommerce-MyAccount-content .ttt-order-payment-method {
    margin-top: 0;
}

.woocommerce-account input {
    width: 100%;
}

.woocommerce-EditAccountForm em {
    font-size: 0.75rem;
}

.woocommerce-EditAccountForm fieldset {
    padding: 0.5rem 2rem 1.5rem;
    border: 1px solid #e0dede;
}
.woocommerce-EditAccountForm fieldset legend {
    text-transform: capitalize;
    font-size: 20px;
}
.woocommerce-MyAccount-content .woocommerce-customer-details,
.woocommerce-order-received .woocommerce-customer-details {
    margin-top: 3rem;
}

.woocommerce-MyAccount-content .woocommerce-customer-details .addresses,
.woocommerce-order-received .woocommerce-customer-details .addresses {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column {
    padding: 0.5rem 2rem 1.5rem;
    border: 1px solid #e0dede;
    min-width: calc(50% - 2rem);
    width: 100%;
    max-width: 384px;
}

.woocommerce-lost-password .lost_reset_password label {
    display: block;
}

ul.wc_payment_methods {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wc_payment_method,
.wc_payment_method .payment_box {
    margin-top: 1rem;
}

/*
* NMI related styles.
*/
.payment_method_nmi {
    max-width: 400px;
}

.wc-credit-card-form {
    border: 1px solid #e0dede;
    padding: 2rem;
}

.wc-credit-card-form .form-row {
    margin-bottom: 1rem;
}



/*
 * My Account section - 768px because of WC
 */
@media screen and (min-width: 768px) {
    .woocommerce-orders-table__row {
        display: table-row;
    }

    .woocommerce-orders-table__cell {
        padding: 0.5rem 0.25rem;
        border-bottom: 1px solid #e0dede;
    }

    .woocommerce-MyAccount-content .woocommerce-customer-details .addresses {
        flex-direction: row;
    }

    .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column {
        padding: 0.5rem 2rem 1.5rem;
        border: 1px solid #e0dede;
        max-width: calc(50% - 1rem);
    }
}

@media screen and (min-width: 1000px) {
    .u-column1,
    .u-column2 {
        margin-bottom: 2rem;
    }
}


/*my account Orders page*/
.woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button {
    min-height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.woocommerce-pagination .page-numbers {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 599px) {
    .woocommerce-orders-table__row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .woocommerce-orders-table__row td{
        width: 40%;
        order: 5;
    }
    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-status,
    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-total {
        width: 59%;
    }

    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-number {
        order: 0;
    }
    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-status {
        order: 1;
    }
    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-number,
    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-date {
        text-align: left;
    }
    .woocommerce-orders-table__cell-order-actions {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions {
        width: 100%;
    }
    .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions .button {
        font-size: 16px;
    }
    .woocommerce-orders-table__cell-order-actions .woocommerce-button.pay {
        width: 33%;
        min-height: 34px;
        vertical-align: middle;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        min-height: 50px; 
        padding: 12px 20px;
    }
}

.ttt-label {
    background-color: #ddd;
    border-radius: 999px;
    padding: 3px 14px 4px 14px;
    display: inline-block;
}
.woocommerce-orders-table__row--status-completed .ttt-label {
    background-color: lightgreen;
}

.woocommerce-orders-table__header-order-status {
    min-width: 174px;
}
.ttt-label mark {
    font-weight: normal;
    color: #666;
}
@media screen and (max-width: 599px){
    .woocommerce-orders-table__cell-order-total > span {
        display: block;
    }
    .woocommerce-orders-table__cell-order-number > a {
        display: inline-block;
        padding: 4px 0;
    }
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-number a::after {
    content: "\f06e";
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: 400;
    margin-right: 0.25rem;
}
@media screen and (min-width: 600px) {
    .ttt-my-account-tracking-link {
        font-size: 12px;
    }

    .woocommerce-orders-table__cell-order-total .ttt-total-text,
    .woocommerce-orders-table__cell-order-number > a > span {
        display: none;
    }
    .woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table__row td {
        padding: 6px 6px 6px 0;
    }
}
/*my account addresses*/

.woocommerce-Addresses .edit{
    float:right;
}
.woocommerce-Addresses .edit i {
    margin-right: 5px;
}
.woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 800px;
}

/*my account edit-account*/
.woocommerce-EditAccountForm  {
    margin-top: 10px;
}
.woocommerce-EditAccountForm .clear {
    display: none;
}
.ttt-save-account-details-button{
    min-height: 50px;
}

@media screen and (max-width: 599px) {
    .ttt-save-account-details-button {
        width: 100%;
    }
    .ttt-your-details-fieldset {
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 600px) {
    .woocommerce-EditAccountForm {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .woocommerce-EditAccountForm fieldset {
        width: 48%;
        height: min-content;
    }
    .woocommerce-EditAccountForm > p {
        width: 100%;
    }
}
@media screen and (min-width: 1201px) {
    fieldset .ttt-first-name,
    fieldset .ttt-last-name  {
        width: 48%;
        display: inline-block;
    }
    fieldset .ttt-last-name {
        float: right;
    }

}

/*my account View Single Order*/
.woocommerce-view-order .woocommerce-thankyou-order-details,
.woocommerce-view-order .wc-item-meta strong.wc-item-meta-label {
    display: none;
}
.woocommerce-view-order .woocommerce-order-details tfoot th{
    text-align: right;
    vertical-align: top;
    font-weight: normal;
}
.woocommerce-view-order .woocommerce-order-details tfoot tr.payment_method-row{
    display: none;
}
.woocommerce-view-order .woocommerce-order-details tfoot tr.order_total-row td{
    font-weight: bold;
    padding-top: 10px;
}
.woocommerce-view-order .woocommerce-order-details tfoot tr.order_total-row th {
    padding-top: 10px;
}
.woocommerce-view-order .woocommerce-order-details tfoot tr.ttt-payment-method-row th {
    font-size: 13px;
}
.woocommerce-view-order address p {
    margin: 0;
}
.woocommerce-view-order tfoot tr:first-child th,
.woocommerce-view-order tfoot tr:first-child td {
    padding-top: 10px;
}
.woocommerce-view-order .ttt-free-shipping {
    color: red;
}
.woocommerce-view-order .woocommerce-customer-details .addresses > div {
    padding: 2em;
}

.woocommerce-view-order .ttt-note-box{
    padding: 2em;
    border: 1px solid #e0dede;
    width: 100%;
    height: min-content;
    margin-bottom: 2em;
}
.woocommerce-view-order .ttt-note-box p{
    margin-top: 0;
}
.woocommerce-view-order .woocommerce-customer-details {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
}
.woocommerce-view-order .site-content-wrapper .button  {
    display: inline-block;
}
.woocommerce-view-order .woocommerce-MyAccount-content {
    display: flex;
    flex-wrap: wrap;
}
.woocommerce-view-order p:has(.ttt-anti-fraud-message) {
    margin-top: -.5rem;
}
.woocommerce-view-order .tracking td {
    text-align: left !important;
    border: none !important;
}

.woocommerce-view-order h2 {
    width: 100%;
    margin-top: 16px;
}
.woocommerce-view-order  .woocommerce-order-details__title,
.woocommerce-view-order  .woocommerce-column__title {
    margin-top: 0;
}
.woocommerce-view-order .order-again {
    text-align: right;
}
.woocommerce-view-order .woocommerce-order-details .order-again a{
    min-height: 50px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
.woocommerce-view-order .ttt-table-customer-note {
    display: none;
}
.order-again .button:before {
    content: "\f07a";
    font-family: "Font Awesome 6 Pro", sans-serif;
    font-weight: 600;
    margin-right: 4px;
}
.woocommerce-view-order .order-actions i {
    margin-right: 4px;
}

@media screen and (max-width: 599px) {
    .woocommerce-view-order .order-again a,
    .woocommerce-view-order .order-actions .button {
        width: 100%;
        text-align: center;
    }
    .woocommerce-view-order tr.tracking {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .woocommerce-view-order tr.tracking .order-actions {
        width: 100%;
        padding-bottom: 15px;
    }
    .woocommerce-view-order .tracking .date-shipped {
        width: 100%;
        text-align: right !important;
    }
    .woocommerce-view-order .tracking .tracking-provider {
        min-width: 25%;
    }
}
@media screen and (min-width: 600px) {
    .woocommerce-view-order .tracking td.order-actions {
        text-align: right !important;
    }

}
@media screen and (min-width: 1201px) {

    .woocommerce-view-order .woocommerce-MyAccount-content > p {
        width: 100%;
    }
    .woocommerce-view-order p:has(.ttt-anti-fraud-message) {
        margin-top: -1.5rem;
    }
    .woocommerce-view-order .woocommerce-MyAccount-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 20px;
    }
    .my_account_tracking {
        min-width:  700px;
        width: auto;
    }
    .woocommerce-view-order .ttt-note-box {
        margin-bottom: calc(2em - 20px)
    }
}

/*my account, yith reward points*/

.order-completed.ttt-label {
    background-color: green;
    color: white;
}

.ywpar_plus:before {
    content: 'Points Earned: ';
    color: #666;
}
.woocommerce-account .ywpar_points_rewards .ywpar_points_rewards-points {
    text-align: right;
}

@media screen and (max-width: 599px)  {
    .ywpar_points_rewards .ywpar-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-bottom: 20px;
    }
    .ywpar_points_rewards .ywpar-item td{
        width: 50%;
        order: 4;
    }
    .ywpar_points_rewards .ywpar-item .ywpar_points_rewards-date,
    .ywpar_points_rewards .ywpar-item .ywpar_points_rewards-action {
        width: 49%;
        text-align: left;
    }   
    .ywpar_points_rewards .ywpar-item .ywpar_points_rewards-date {
        order: 1;
    }
    .ywpar_points_rewards .ywpar-item .ywpar_points_rewards-order {
        order: 2;
    }
    .ywpar_points_rewards-points > span{
        width: 100%;
    }
    .woocommerce-my-points .ywpar_tabs_content_container .ywpar_points_rewards .ywpar-item td {
        border: none;
    }
    
}
@media screen and (min-width: 600px) {
    .woocommerce-account .ywpar_points_rewards .ywpar_points_rewards-order {
        text-align: left;
    }
}

/*My Account Pay Action*/

.woocommerce-order-pay .wc-item-meta .wc-item-meta-label {
    display: none;
}
.woocommerce-order-pay .wc-item-meta li > p {
    margin: 8px 0 0 0;
}
.woocommerce-order-pay .product-thumbnail {
    width: 65px;
    padding-right: 5px;
}
.woocommerce-order-pay .shop_table tbody .product-name {
    padding: 4px 4px 4px 10px;
}
.woocommerce-order-pay .product-subtotal,
.woocommerce-order-pay .product-name {
    border-bottom: 1px solid #e0dede;
}
.woocommerce-order-pay tfoot td,
.woocommerce-order-pay tfoot th{
    padding: 0 1px 20px 1px;
}
.woocommerce-order-pay tfoot tr:first-child th,
.woocommerce-order-pay tfoot tr:first-child td {
    padding-top: 20px;
}
.woocommerce-order-pay .ttt-total {
    font-weight:700
}
.woocommerce-order-pay tfoot tr:last-child td {
    color: #c59b6d;
    font-weight:700
}
.woocommerce-order-pay .payment_method_nmi #wc-nmi-cc-form {
    padding: 0;
    margin-bottom: 15px;
    border: none;
}
@media screen and (max-width: 599px) {
    .woocommerce-order-pay #place_order {
        width: 100%;
    }
}
@media screen and (max-width: 1200px) and (min-width: 600px) {
    .woocommerce-order-pay #place_order {
        display: block;
        margin-left:auto;
        padding: 12px 50px;
    }
}

.woocommerce-account .woocommerce-error i{
    display: none;
}
@media screen and (min-width: 1201px){
    .woocommerce-order-pay #order_review {
        display: flex;
        justify-content: space-between;
    }
    .woocommerce-order-pay #order_review > *{
        width: 48%;
        border: 1px solid #e0dede;
        padding: 30px;
        width: 48%;
        height: fit-content;
        margin-top: 40px;
    }
    .woocommerce-order-pay .product-thumbnail {
        width: 115px;
    }
    .woocommerce-order-pay .product-thumbnail img{
        width: 100%;
    }
    .woocommerce-order-pay #place_order {
        width: 100%;
    }
}

/*on my-account login page fix*/
.woocommerce-account #my-account-menu #loginform input{
    width: auto;
}
/*wp-affiliat styling*/
#affwp-affiliate-dashboard input {
    width: auto;
}
.woocommerce-MyAccount-navigation-link--affiliate-area {
    display: none;
}


/*dashboard page styling*/
.ttt-badge {
    background-color: white;
    padding: 4px 16px;
    text-align: center;
    border-radius: 999px;
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 11px;
}
.ttt-affiliate-badge {
    background-color: black;
    border: 1px solid black;
    color: white;
}

.ttt-dashboard-links {
    list-style: none;
    padding: 0;
}
.ttt-dashboard-links li {
    border-bottom: 1px solid #ddd;
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ttt-dashboard-link {
    font-weight: bold;
}
.ttt-my-account-recent-status {
    text-transform: capitalize;
}
.ttt-my-account-hello,
.woocommerce-account .ttt-my-account-recent-purchase-title {
    border: none;
    font-size: 28px;
}
.woocommerce-account .ttt-my-account-hello {
    display: inline;
    border-bottom: none;
    padding: 0;
    margin: 0;
}
.ttt-dashboard-my-points-link,
.ttt-all-orders-link {
    text-decoration: underline;
    display: inline-flex;
    justify-content: center;
    gap: 5px;
}
.ttt-dashboard-my-points-link i,
.ttt-all-orders-link i {
    margin-top: 5px;
}
.woocommerce-MyAccount-navigation-link >a {
    display: block;
}
.ttt-not-customer-logout {
    display: block;
}
.ttt-recent-purchase-wrapper-container {
    border: 1px solid #ddd;
    padding: 15px;
}
.ttt-my-account-hello-wrapper {
    margin-top: 24px;

}
.ttt-dashboard-icon {
    font-size: 24px;
}
.ttt-dashboard-reward-points-balance-wrapper {
    margin-bottom: 1.5em;
    margin-top: 1em;
}
.ttt-dashboard-reward-points-balance {
    display: block;
}

@media screen and (max-width: 599px){
    .ttt-dashboard-badge-wrapper {
        margin: 16px 0;
    }
    .ttt-all-orders-link-title {
        display:none;
    }
    .woocommerce-MyAccount-navigation {
        max-width: calc( 100vw - 30px);
        overflow-x: auto;
        position: relative;
    }
    .woocommerce-MyAccount-navigation::-webkit-scrollbar {
        display: none;
    }
    .woocommerce-MyAccount-navigation > ul {
        display: flex;
        gap: 5px;
        margin: 0;
    }
    .woocommerce-MyAccount-navigation > ul > li {
        min-width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 3px;
    }
    .woocommerce-MyAccount-navigation > ul > li > a {
        text-align:center;
    }
    .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout {
        min-width: auto;
        padding: 8px 16px;
    }
}
@media screen and (min-width: 600px){
    .ttt-dashboard-badge-wrapper {
        margin-top: auto;
        margin-bottom: auto;
    }
    .ttt-dashboard-my-points-link {
        margin-right: 15px;
    }
    .ttt-my-account-hello-wrapper {
        margin: 24px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: start;
        gap: 0 5px;
    }
    .ttt-dashboard-reward-points-balance-wrapper {
        display: flex;
        justify-content: space-between;
    }
    .ttt-all-orders-link-bottom {
        display: none;
    }
    .ttt-recent-purchase-wrapper {
        display: grid;
        grid-template-columns: 1fr 155px;
    }
}
@media screen and (min-width: 1201px){
    .ttt-dashboard-links{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        margin-top: 30px;
    }
    .ttt-dashboard-links li {
        border: 1px solid #ddd;
    }
    .woocommerce-account.logged-in .woocommerce {
        display: grid;
        grid-template-areas: "woocommerce-navigation woocommerce-content";
        grid-template-columns: 200px 1fr;
        gap: 0 30px;
    }
    .woocommerce-MyAccount-navigation {
        grid-area: woocommerce-navigation;
        
    }
    .woocommerce-MyAccount-content {
        grid-area: woocommerce-content;
    }
    .woocommerce-MyAccount-navigation li {
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .woocommerce-MyAccount-navigation li a {
        padding: 16px 8px;
    }
}

.thankyou-cryptowoo .woocommerce-message {
    display: none;
}
body.woocommerce-order-pay .gcs_custom_checkout_place_order{
    display: none;
}
body.woocommerce-order-pay .blockOverlay {
    position: fixed !important;
    width: 100vw;
}
body.woocommerce-order-pay .blockMsg {
    display: block !important;
    width: 100% !important;
    background-color: transparent!important;
    border-color: transparent !important;
}
body.woocommerce-order-pay .blockMsg:after {
    width: 100%;
    display: inline-block;
    text-align: center;
}
body.woocommerce-order-pay .woocommerce-notices-wrapper {
    margin-top: 40px;
}
