/********************************************************************************//* simple-page */
body.is_account {
    background: #ffffff;
}

.simple-page {
    padding-top: 32px;
}

.simple-page header {
    min-height: 70px;
}

.simple-page-wrapper {
    padding-top: 90px;
    padding-bottom: 67px;
}

.simple-search-box-form {
    width: 400px;
    max-width: 100%;
    height: 48px;
    background: var(--bg_color);
    border: 1px solid color-mix(in srgb, var(--dark_gray_color) 24%, transparent);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
}

.simple-search-box-form input:focus,
.simple-search-box-form input:active,
.simple-search-box-form input {
    background: transparent;
    border: 0;
    outline: none;
    font-size: 16px;
    font-weight: 400;
    color: var(--dark_gray_color);
    height: 24px;
    padding: 0;
    width: calc(100% - 30px);
}

.simple-search-box-form input::placeholder {
    color: color-mix(in srgb, var(--dark_gray_color) 24%, transparent);
}

.simple-search-box-form button:active,
.simple-search-box-form button:focus,
.simple-search-box-form button {
    background: transparent;
    border: 0;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.simple-search-box-form button i {
    width: 24px;
    height: 24px;
    font-size: 24px;
    color: var(--primary_color);
}

.user-account-wrapper {
    position: relative;
    height: 70px;
}

.user-account-wrapper img {
    border-radius: 100%;
    position: absolute;
    right: 5px;
    top: 5px;
}

.user-account-wrapper svg {
    filter: drop-shadow(0 1px 30px rgba(0, 0, 0, 0.1));
}

.user-account-wrapper .alert {
    border: 0;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    background: rgba(255, 10, 63, 0.1);
    border-radius: 100%;
    color: #FF0A3F;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 5px;
    top: 5px;
}

.user-account-wrapper .has-alert {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background: #FF0A3F;
    position: absolute;
    left: 40px;
    top: 16px;
}

.user-account-wrapper .alert:after {
    display: none;
}

.user-account-wrapper .alert i {
    font-size: 24px;
    height: 24px;
}

.alert-menu {
    padding: 16px;
    min-width: 316px;
}

.alert-menu .head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid color-mix(in srgb, var(--dark_gray_color) 16%, transparent);
}

.alert-menu .head span {
    color: var(--text_color);
    line-height: 1;
}

.alert-menu .head span i {
    font-size: 20px;
    height: 20px;
    margin-left: 8px;
}

.alert-menu .head a {
    color: var(--discount_color);
    font-size: 14px;
    line-height: 1;
}

.alert-menu .body {
    padding: 24px 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.alert-menu .body .alert-item {
    background: color-mix(in srgb, var(--primary_color) 6%, transparent);;
    color: var(--dark_gray_color);
    font-size: 14px;
    line-height: 1;
    padding: 16px 10px;
    border-radius: 16px;
}

.alert-menu .btn {
    width: 100%;
    height: 52px;
    font-size: 16px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-menu .btn i {
    font-size: 20px;
}

@media (max-width: 767px) {
    .simple-page header {
        flex-wrap: wrap;
    }

    .simple-page header .logo {
        order: 1;
    }

    .simple-page header .btn,
    .user-account-wrapper {
        order: 2;
    }

    .simple-search-box-form {
        order: 3;
        width: 100%;
        margin-top: 16px;
    }
}

/********************************************************************************//* my account - login */
.is_account .woocommerce{
    display: flex;
    justify-content: space-between;
}
.is_account .dont-logged-in .woocommerce{
    display: block;
}
.is_account .dont-logged-in .woocommerce h2{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: var(--primary);
    margin: 32px auto 16px;
}
.woocommerce form.login,
.woocommerce form.register{
    border: 0;
    max-width: 600px;
    margin: 0 auto;
    background: var(--bg_color);
    padding: 24px;
    border-radius: 24px;
}
.woocommerce form.login .form-row label,
.woocommerce form.register .form-row label{
    font-size: 14px;
}

.woocommerce form.login .form-row,
.woocommerce form.register .form-row{
    width: 100%;
    border: 0;
    border-radius: 0;
    display: block;
    padding: 0;
}
.woocommerce form.login .form-row.woocommerce-form-row--wide,
.woocommerce form.register .form-row.woocommerce-form-row--wide{
    border: 1px solid color-mix(in srgb, var(--dark_gray_color) 24%, transparent);
    border-radius: 12px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce .woocommerce-form-register .woocommerce-form-register__submit,
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
    width: 219px;
    max-width: 100%;
    height: 56px;
    background: var(--primary);
    color: var(--bg_color);
    border-radius: 100px;
    margin: 24px 0;
    font-size: 18px;
    font-weight: 400;
    float: unset;
}
.woocommerce-privacy-policy-text{
    font-size: 12px;
}
.woocommerce form.login p.woocommerce-LostPassword{
    font-size: 14px;
    padding: 16px 0 0;
    text-align: left;
    margin: 0;
}
/********************************************************************************//* my account - dashboard */
.simple-page-wrapper > .woocommerce {
    display: flex;
    justify-content: space-between;
}

.woocommerce-MyAccount-navigation {
    width: 25%;
    padding-left: 20px;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    border-left: 1px solid #F1F5FE;
}

.woocommerce-MyAccount-navigation li {
    position: relative;
}

.woocommerce-MyAccount-navigation li:before {
    font-size: 24px;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: var(--dark_gray_color);
}

.woocommerce-MyAccount-navigation li a {
    width: 100%;
    height: 64px;
    padding: 0 60px 0 12px;
    font-size: 16px;
    font-weight: 400;
    font-family: Peyda;
    display: flex;
    align-items: center;
    border-radius: 16px;
    background: #ffffff;
    color: var(--dark_gray_color);
}

.woocommerce-MyAccount-navigation li:hover a {
    background: #F1F5FE;
}

.woocommerce-MyAccount-navigation li.is-active a {
    background: var(--primary_color);
    color: var(--bg_color);
}

.woocommerce-MyAccount-navigation li.is-active:before {
    color: var(--bg_color);
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout:before,
.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #FF5050;
}

.woocommerce-MyAccount-content {
    width: 75%;
}

.dash-items {
    gap: 20px;
    margin-bottom: 20px;
}

.dash-item {
    background: var(--secondary_color);
    color: var(--secondary_color);
    width: 33%;
    border-radius: 24px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.dash-item:nth-child(2) {
    background: var(--primary_color);
    color: var(--primary_color);
}

.dash-item:nth-child(3) {
    background: var(--complete_color);
    color: var(--complete_color);
}

.dash-item .head {
    display: flex;
    margin-bottom: 80px;
    justify-content: space-between;
}

.dash-item .dash-item-arrow {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #ffffff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
}

.dash-item .dash-item-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    background: #ffffff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dash-item b {
    color: #ffffff;
    opacity: 0.8;
    font-size: 16px;
    font-weight: 400;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
}

.dash-item svg {
    width: 120px;
    height: 120px;
    fill: #ffffff;
    opacity: 0.3;
    position: absolute;
    left: -25px;
    bottom: 33px;
}

.dash-course-orders {
    gap: 20px;
}

.dash-course-orders .my-courses {
    width: 65%;
    background: var(--bg_color);
    border-radius: 24px;
    padding: 20px;
}

.title {
    padding-right: 22px;
    position: relative;
    font-size: 22px;
    font-weight: 400;
    color: var(--primary_color);
    display: flex;
    align-items: center;
}

.title em {
    color: var(--secondary_color);
    font-style: normal;
    font-weight: 500;
}

.title span:after{

}

.title:before {
    content: "";
    width: 9px;
    height: 9px;
    background: var(--secondary_color);
    position: absolute;
    right: 0;
    bottom: 0;
}

.title:after {
    content: "";
    width: 1px;
    height: 31px;
    background: var(--primary_color);
    position: absolute;
    right: 4px;
    bottom: 9px;
}

.dash-course-orders .my-orders {
    width: 35%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.dash-course-orders .my-orders .my-order-item {
    /*height: 33%;*/
    width: 100%;
    background: var(--bg_color);
    border-radius: 24px;
    padding: 20px;
}

.dash-course-orders .my-orders .my-order-item i {
    background: color-mix(in srgb, var(--primary_color) 10%, transparent);
    color: var(--primary_color);
    width: 48px;
    height: 48px;
    border-radius: 10px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
}

.dash-course-orders .my-orders .my-order-item .foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dash-course-orders .my-orders .my-order-item b {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--dark_gray_color);
}

.dash-course-orders .my-orders .my-order-item span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--dark_gray_color);
}

.my-product-box-wrap {
    background: transparent;
    padding: 0;
}

.my-product-box-wrap .my-product-img img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    margin-bottom: 16px;
}

.my-product-box-wrap .my-product-box-title {
    font-size: 18px;
    text-align: right;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
    color: var(--text_color);
}

.my-product-box-wrap .my-product-tag {
    font-size: 14px;
    text-align: right;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 16px;
    color: var(--dark_gray_color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-product-box-wrap .my-product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

.my-product-box-wrap .my-product-time {
    background: color-mix(in srgb, var(--secondary_color) 8%, transparent);
    color: var(--secondary_color);
    padding: 10px 12px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    width: 70%;
    text-align: center;
}

.my-product-box-wrap .my-product-type {
    background: color-mix(in srgb, var(--complete_color) 8%, transparent);
    color: var(--complete_color);
    padding: 10px 12px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
}

.my-product-box-wrap .btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.my-product-box-wrap .btn span {
    font-size: 18px;
}



.my-courses-list {
    margin-top: 30px;
    margin-right: -10px;
    margin-left: -10px;
}

.my-courses-list .col-12 {
    padding: 10px 10px 0;
}

.my-alerts {
    background: var(--bg_color);
    border-radius: 24px;
    padding: 20px;
    margin-top: 20px;
}

.my-alerts-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.my-alerts-head .btn-link,
.my-alerts-head .btn-link:hover {
    text-decoration: none;
}

.my-alerts-items {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.my-alerts-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.my-alerts-item b {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    color: var(--dark_gray_color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.my-alerts-item span {
    font-size: 12px;
    line-height: 1;
    font-weight: 400;
    color: #99A2B5;
    white-space: nowrap;
}

.alerts-item{
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    padding: 16px 10px;
    display: block;
    border-radius: 16px;
    color: var(--dark_gray_color);
    background: color-mix(in srgb, var(--primary_color) 6%, transparent);
}

/********************************************************************************//* my account - edit profile */
  .woocommerce-MyAccount-content{
      background: var(--bg_color);
      border-radius: 24px;
      padding: 40px 24px;
  }
.woocommerce-MyAccount-content.endpoint-dashboard{
    background: #ffffff;
    border-radius: 0;
    padding: 0;
}
  .woocommerce-EditAccountForm{
     max-width: 540px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      gap: 0 24px;
  }
.woocommerce form .profile-image-wrapper{
    width: 100%;
}
.woocommerce form .profile-image{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: max-content;
    margin: 30px auto;
    padding: 0;
}
.profile-image img{
    width: 140px;
    height: 140px;
    border-radius: 100%;
    margin-bottom: 16px;
}
.profile-image b{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: var(--primary_color);
    margin-bottom: 7px;
}
.profile-image span{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--dark_gray_color);
}
.profile-image .btn:hover,
.profile-image .btn{
    text-decoration: none;
    width: 24px;
    height: 24px;
    padding: 0;
    background: #ffffff;
    color: #127BFF;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    position: absolute;
    top: 116px;
    left: 12px;
}
.woocommerce form p{
    margin: 0;
    width: 100%;
}
.woocommerce form .form-row{
    width: calc(50% - 12px);
    height: 48px;
    background: var(--bg_color);
    border: 1px solid color-mix(in srgb, var(--dark_gray_color) 24%, transparent);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    margin-bottom: 32px;
    position: relative;
}
.woocommerce form .form-row:nth-child(5){
    width: 100%;
}
.woocommerce form .form-row label{
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: var(--text_color);
    padding: 0 4px;
    background: var(--bg_color);
    position: absolute;
    right: 14px;
    top: -10px;
}

.woocommerce form .form-row .input-text{
    background: transparent;
    border: 0;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    color: var(--text_color);
    height: 24px;
    padding: 0;
}
.woocommerce form .form-row .input-text{}
.woocommerce form .form-row .input-text::placeholder{
    font-size: 14px;
    font-weight: 400;
    color: var(--dark_gray_color);
}
.woocommerce form .form-row.readonly label,
.woocommerce form .form-row.readonly .input-text,
.woocommerce form .form-row.readonly{
    color: #B3B3B3;
    border-color: #B3B3B3;
}
.woocommerce form .form-row .required,
.woocommerce-EditAccountForm .clear,
.woocommerce form .form-row #account_display_name_description{
    display: none;
}

.woocommerce-EditAccountForm fieldset legend{
    display: none;
}
.woocommerce form fieldset .form-row.form-row-wide,
.woocommerce-EditAccountForm fieldset,
.woocommerce form .password-input{
    width: 100%;
}
.woocommerce form .show-password-input{
    position: absolute;
    left: 0;
}
.woocommerce form.woocommerce-EditAccountForm button.button{
    width: 219px;
    height: 56px;
    background: var(--complete_color);
    color: var(--bg_color);
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin-top: 30px;
    margin-right: auto;
}

/********************************************************************************//* my account - orders */
.my_account_orders{
    padding: 40px 0 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.my_account_order_item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.my_account_order_item .order-item-info{
    display: flex;
    /*flex-wrap: wrap;*/
    width: 55%;
}
.my_account_order_item img{
    width: auto;
    height: 99px;
    border-radius: 16px;
    margin-left: 16px;
}
.my_account_order_item .order-item-meta{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 99px;
}
.my_account_order_item .order-item-meta b{
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: var(--text_color);
}
.my_account_order_item .order-item-meta span{
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--dark_gray_color);
}
.my_account_order_item .order-item-meta time{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: var(--complete_color);
    width: max-content;
    height: 30px;
    border-radius: 100px;
    background: color-mix(in srgb, var(--complete_color) 8%, transparent);
}
.my_account_order_item .order-meta{
    display: flex;
    width: 45%;
    gap: 24px;
}
.my_account_order_item .order-meta .order-status{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 78px;
    width: 185px;
    padding: 12px 24px 12px 0;
    border-right: 1px solid color-mix(in srgb, var(--dark_gray_color) 45%, transparent);
}
.my_account_order_item .order-meta .order-status time{
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--text_color);
}
.my_account_order_item .order-meta .order-status span{
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--discount_color);
}
.my_account_order_item.status-completed .order-meta .order-status span{
    color: var(--complete_color);
}
.my_account_order_item .order-meta .order-price{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 78px;
    padding-right: 24px;
    border-right: 1px solid color-mix(in srgb, var(--dark_gray_color) 45%, transparent);
    width: 50%;
}
.my_account_order_item .order-meta .order-price div{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.my_account_order_item .order-meta .order-price b{
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--text_color);
    margin-left: 16px;
}

.my_account_order_item .order-meta .order-price .price bdi {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.1;
    color: var(--primary_color);
    display: inline-flex;
}

.my_account_order_item .order-meta .order-price .price bdi .woocommerce-Price-currencySymbol {
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    transform: rotate(-90deg);
    display: inline-block;
    color: var(--primary_color);
}
.my_account_order_item .order-meta .order-price .button{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    border-radius: 100px;
    height: 42px;
    background: var(--primary_color);
    color: var(--bg_color);
}
.my_account_order_item .order-meta .order-price .button.invoice{
    background: var(--complete_color);
}




/********************************************************************************//* invoice */
.invoice-modal {
    backdrop-filter: blur(60px);
    overflow-x: scroll;
}
.invoice-modal .modal-dialog{
    max-width: 886px;
    width: 886px;
}
.invoice-modal .btn-close {
    --bs-btn-close-opacity: 1;
    margin-right: auto;
    filter: var(--bs-btn-close-white-filter);
    padding: 10px;
    border: 1px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 40px;
    left: 40px;
}

.invoice-modal .modal-content{
    padding: 40px;
    background: #ffffff;
    border-radius: 24px;
}
.invoice-modal .logo{
    width: auto;
    max-width: 143px;
    height: auto;
}
.invoice-modal .head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.invoice-modal .date b{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--text_color);
    margin-left: 11px;
}
.invoice-modal .date span{
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--dark_gray_color);
}
.invoice-modal .invoice-detail{
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 34px 0;
    margin-bottom: 24px;
    border-radius: 16px;
    border: 1px solid var(--dark_gray_color);
}
.invoice-modal .invoice-detail b{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--text_color);
}
.invoice-modal .invoice-detail span{
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: var(--dark_gray_color);
}
.invoice-modal .invoice-detail div{
    width: 50%;
    display: flex;
    align-items: center;
    gap: 28px;
}
.invoice-modal .invoice-detail div.address{
    width: 100%;
}
.invoice-modal .invoice-items{
    padding: 6px;
    border: 1px solid var(--dark_gray_color);
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
}
.invoice-modal .invoice-items table{
    border: none;
    margin: 0;
}
.invoice-modal .invoice-items table th{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--text_color);
    text-align: center;
    vertical-align: middle;

    border: 1px solid #DFDFDF;
    border-top-color: #fff;
}
.invoice-modal .invoice-items table td{
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--dark_gray_color);
    text-align: center;
    vertical-align: middle;

    border: 1px solid #DFDFDF;
    border-bottom-color: #fff;
}
.invoice-modal .invoice-items table td:first-child,
.invoice-modal .invoice-items table th:first-child{
    border-right-color: #fff;
}
.invoice-modal .invoice-items table td:last-child,
.invoice-modal .invoice-items table th:last-child{
    border-left-color: #fff;
}

.invoice-modal .invoice-items table td:last-child{
    color: var(--text_color);
    font-size: 20px;
    font-weight: 500;
}

.invoice-modal .invoice-items table td img{
    width: 80px;
    height: auto;
    border-radius: 8px;
    margin-left: 10px;
}
.invoice-modal .invoice-items table td b{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: var(--text_color);
}

.invoice-modal .foot{
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.invoice-modal .foot b{
    font-size: 18px;
    font-weight: 500;
    color: var(--dark_gray_color);
}
.invoice-modal .invoice-total-price{
    border: 1px solid var(--dark_gray_color);
    border-radius: 16px;
    min-width: 330px;
    padding: 1px 6px;
}
.invoice-modal .invoice-total-price div{
    border-bottom: 1px solid #dfdfdf;
    padding: 16px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.invoice-modal .invoice-total-price div:last-child{
    border: 0;
}
.invoice-modal .invoice-total-price div b{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--dark_gray_color);
}
.invoice-modal .invoice-total-price div span{
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--text_color);
}
.invoice-modal .btn-primary{
    font-size: 18px;
    width: 248px;
    height: 56px;
    gap: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-right: auto;
}
.invoice-modal .btn-primary i{
    font-size: 24px;
}
.invoice-modal .woocommerce-Price-currencySymbol{
    font-size: 12px !important;
    font-weight: 400 !important;
}
@media print {

    body * {
        visibility: hidden !important;
    }
    .modal.show .modal-print-area,
    .modal.show .modal-print-area * {
        visibility: visible !important;
    }

}



/********************************************************************************//* certificates */
.no-cer-img{
    margin: 40px auto;
    display: block;
}
p.no-cer{
    font-size: 24px;
    font-weight: 400;
    color: var(--dark_gray_color);
    text-align: center;
}
.certificates-wrapper{
    padding: 40px;
}
.user-certificates{
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}
.certificate-item{
    width: calc(33% - 24px);
}
.certificate-item img{
    border-radius: 16px;
    margin-bottom: 24px;
}
.certificate-item b{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 16px;
    display: block;
}
.certificate-item .meta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}
.certificate-item .meta time{
    height: 30px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary_color);
    background: color-mix(in srgb,var(--primary_color) 10%, transparent);
    border-radius: 100px;
}
.certificate-item .meta span{
    width: 62px;
    height: 30px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--complete_color);
    background: color-mix(in srgb,var(--complete_color) 10%, transparent);
    border-radius: 100px;
}
.certificate-item .btn{
    width: 100%;
}
.my-pagination,
.certificate-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.my-pagination{
    margin-top: 32px;
}
.my-pagination a,
.certificate-pagination a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    background: transparent;
}
.my-pagination a:hover,
.my-pagination a.current-page,
.certificate-pagination a:hover,
.certificate-pagination a.current-page{
    color: #fff;
    background: var(--primary_color);
}
.invoice-modal.certificate-modal .modal-content{
    background: transparent;
    border: 0;
    text-align: center;
}
.certificate-modal img{
    margin: 0 auto;
    border-radius: 16px;
}
.cert-info-in-modal{
    padding: 15px;
    width: 90%;
    max-width: 616px;
    background: #ffffff;
    border-radius: 0 0 24px 24px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

   position: relative;
    overflow: hidden;
}
.cert-info-in-modal *{
    z-index: 2;
}
.cert-info-in-modal .pattern-bg{
    z-index: 1;
}
.pattern-bg::before,
.pattern-bg::after,
.pattern-bg i:nth-child(1),
.pattern-bg i:nth-child(2),
.pattern-bg i:nth-child(3),
.pattern-bg i:nth-child(4),
.pattern-bg i:nth-child(5),
.pattern-bg i:nth-child(6),
.pattern-bg i:nth-child(7),
.pattern-bg i:nth-child(8),
.pattern-bg i:nth-child(9),
.pattern-bg i:nth-child(10),
.pattern-bg i:nth-child(11) {
    content: "";
    position: absolute;
    background-image: url("../img/medal-star.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.pattern-bg i:nth-child(1) {
    width: 34px;
    height: 34px;
    top: 21%;
    left: 06%;
    transform: rotate(-150deg);
}

.pattern-bg i:nth-child(2) {
    width: 34px;
    height: 34px;
   bottom: 22%;
    left:-13px;
    transform: rotate(-30deg);
}

.pattern-bg i:nth-child(3) {
    width: 17px;
    height: 17px;
    top: 30%;
    left: 22%;
    transform: rotate(15deg);
}
.pattern-bg i:nth-child(4) {
    width: 34px;
    height: 34px;
    top: -7px;
    left: 20%;
    transform: rotate(-60deg);
}
.pattern-bg i:nth-child(5) {
    width: 25px;
    height: 25px;
    bottom: 19%;
    left: 28%;
    transform: rotate(-165deg);
}
.pattern-bg i:nth-child(6) {
    width: 25px;
    height: 25px;
    top: 12%;
    left: 46%;
    transform: rotate(-15deg);
}
.pattern-bg i:nth-child(7) {
    width: 20px;
    height: 20px;
    bottom: -7.5px;
    left: 65%;
    transform: rotate(75deg);
}
.pattern-bg i:nth-child(8) {
    width: 30px;
    height: 30px;
    bottom: 31%;
    left: 70%;
    transform: rotate(-30deg);
}
.pattern-bg i:nth-child(9) {
    width: 16px;
    height: 16px;
    top: 13%;
    left: 77%;
}
.pattern-bg i:nth-child(10) {
    width: 30px;
    height: 30px;
    bottom: 9%;
    right: -1.2px;
    transform: rotate(75deg);
}
.pattern-bg i:nth-child(11) {
    width: 86px;
    height: 86px;
    top: 7px;
    right: -20px;
    transform: rotate(30deg);
}


.cert-info-in-modal b{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 6px;
    color: var(--text_color);
}
.cert-info-in-modal .score{
    background: #E6EEFF;
    color: var(--primary_color);
    width: 160px;
    height: 54px;
    border-radius: 12px;
    font-size: 36px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 27px auto;
}
.cert-info-in-modal .btn{
    font-size: 18px;
    width: 248px;
    max-width: 100%;
    height: 56px;
    gap: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}
.cert-info-in-modal .btn i{
    font-size: 24px;
}
.list.certificates-wrapper{
    padding:40px 0;
}
.list .user-certificates{
    gap: 20px;
}
.list .certificate-item{
    width: 100%;
    display: flex;
    align-items: center;

}
.list .certificate-item img{
    width: 180px;
    margin-left: 32px;
    margin-bottom: 0;
}
.list .certificate-item .meta{
    margin-bottom: 0;
    gap: 8px;
}
.list .certificate-item .meta-info{
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: start;
    display: flex;
    padding: 14px 0;
}
.list .certificate-item .btn{
    max-width: 209px;
    margin-right: auto;
}


.show-items-group{
    --light_gray: rgba(107,114,128,.24);
    margin-right: 24px;
    width: 201px;
    height: 49px;
    border-radius: 100px;
    border: 1px solid var(--light_gray);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 5px;
}
.show-items-group .btn{
    padding: 8px 10px;
    height: 40px;
    line-height: 1;
    font-size: 16px;
    color: var(--primary_color);
}
.show-items-group .btn i{
    font-size: 24px;
    height: 24px;
    margin-left: 4px;
}
.show-items-group .btn.btn-primary{
    color: var(--bs-btn-color);
}

/********************************************************************************//* My courses */
.endpoint-my-downloads .empty{
    text-align: center;
    padding-top: 32px;
}
.endpoint-my-downloads .empty svg{
    text-align: center;
}
.endpoint-my-downloads .empty p{
    font-size: 24px;
    line-height: 1;
    color: var(--dark_gray_color);
    margin: 32px auto;
}
.endpoint-my-downloads .empty .btn{
    font-size: 16px;
    width: 273px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0 auto;
}
.endpoint-my-downloads .empty .btn i{
    font-size: 20px;
}

.list.my-courses-list .col-12{
    width: 100% !important;
    padding: 10px;
}
.list .my-product-box-wrap{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;

}
.list .my-product-box-wrap .my-product-img img{
    width: 145px;
    height: 99px;
    object-fit: cover;
    margin: 0 0 0 32px;
}
.list .my-product-box-wrap .my-product-info{
    width: calc(100% - 345px);
    height: 99px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}
.list .my-product-box-wrap .btn span{
    font-size: 16px;
    line-height: 1;
}
.list .my-product-box-wrap .btn{
    width: 144px;
    height: 46px;
    padding: 0;
    margin-right: 24px;
    position: relative;
}
.list .my-product-box-wrap .btn:before{
    content: "";
    width: 1px;
    height: 66px;
    background: var(--dark_gray_color);
    opacity: .45;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
}
.return-to-downloads{
    padding: 0;
    font-size: 24px;
    text-decoration: none;
    color: var(--dark_gray_color);
}
.endpoint-view-download .title{
    padding-right: 16px;
}
.endpoint-view-download .title:before,
.endpoint-view-download .title:after{
    content: none;
}


.seasons-items{
    padding: 40px 0;
}
.accordion-item.seasons-item{
    padding: 0;
    background: var(--bg_color);
    margin-bottom: 40px;
    border: 0;
}

.accordion-item.seasons-item .accordion-body{
    padding: 24px 0 0;
}
.accordion-item.seasons-item .accordion-button{
    background: var(--bg_color);
    padding: 0;
    margin: 0;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    border: 0;
}
.accordion-item.seasons-item .accordion-button:not(.collapsed),
.accordion-item.seasons-item .accordion-button:focus,
.accordion-item.seasons-item .accordion-button:hover,
.accordion-item.seasons-item .accordion-button:active{
    outline: none;
    box-shadow: none;
    border: 0;
    border-radius: 0;
}
.accordion-item.seasons-item .accordion-button::after{
    margin: 0;
}
.mid-line{
    width: 36px;
    height: 1px;
    background: var(--dark_gray_color);
    opacity: 0.2;
    position: relative;
}
.mid-line:before{
    content: " ";
    width: 5px;
    height: 5px;
    background: var(--dark_gray_color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.mid-line:after{
    content: " ";
    width: 5px;
    height: 5px;
    background: var(--dark_gray_color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.accordion-item.seasons-item .accordion-button .mid-line{
    max-width: 58%;
    width: 100%;
    margin: 0 auto;
}

.accordion-item.seasons-item .season-name-count{
    height: 46px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.accordion-item.seasons-item .season-name{
    line-height: 1;
    font-size: 20px;
    font-weight: 400;
    color: var(--primary_color);
}

.accordion-item.seasons-item .season-item-count{
    line-height: 1;
    font-size: 14px;
    font-weight: 400;
    color: var(--dark_gray_color);
}
.accordion-item.seasons-item .season-total-time{
    padding-left: 20px;
    color: var(--text_color);
    position: relative;
}
.accordion-item.seasons-item .season-total-time:after{
    content: " ";
    width: 1px;
    height: 24px;
    background: var(--dark_gray_color);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    opacity: .45;
}


.seasons-item-downloads .download-item .btn{
    min-width: 118px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.seasons-item-downloads .download-item{
    margin-top: 16px;
    min-height: 46px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.seasons-item-downloads .download-item .name{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.download-btns{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/********************************************************************************//* Responsive */
@media (max-width: 1399px) {
    .my_account_order_item .order-meta{
        gap: 16px;
    }
    .my_account_order_item .order-meta .order-price,
    .my_account_order_item .order-meta .order-status{
        padding-right: 16px;
    }
    .my_account_order_item .order-meta .order-status span{
        font-size: 14px;
    }
    .my_account_order_item .order-item-meta b{
        font-size: 16px;
    }
    .certificate-item{
        width: calc(50% - 24px);
    }
}
@media (max-width: 1199px) {
    .woocommerce-MyAccount-navigation {
        width: 35%;
    }

    .woocommerce-MyAccount-content {
        width: 65%;
    }

    .dash-items {
        flex-wrap: wrap;
    }

    .dash-item {
        width: calc(50% - 10px);
    }
    .dash-item:nth-child(3){
        width: 100%;
    }

    .dash-course-orders {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .dash-course-orders .my-courses,
    .dash-course-orders .my-orders {
        width: 100%;
    }
    .dash-course-orders .my-orders{
        flex-direction: row;
    }
    .dash-course-orders .my-orders .my-order-item{
        width: calc(50% - 8px);
    }
    .my_account_order_item img{
        width: 100px;
        height: auto;
        object-fit: cover;
    }
    .my_account_order_item .order-item-info{
        width: 60%;
    }
    .my_account_order_item .order-meta {
        width: 40%;
        flex-wrap: wrap;
        justify-content: end;
    }
    .my_account_order_item .order-meta .order-price, .my_account_order_item .order-meta .order-status{
        width: 210px;
    }
    .list .certificate-item{
        flex-wrap: wrap;
    }
    .list .certificate-item .meta-info{
        height: 128px;
        width: calc(100% - 212px);
    }
}

@media (max-width: 991px) {
    .simple-page-wrapper > .woocommerce{
        display: block;
    }
    .woocommerce-MyAccount-navigation {
        width: 100%;
        padding: 0 0 40px;

    }
    .woocommerce-MyAccount-navigation ul{
        padding: 0;
        border: 0;
    }
    .woocommerce-MyAccount-content {
        width: 100%;
    }
    .certificate-modal .modal-dialog{
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .my_account_order_item{
        flex-direction: column;
    }
    .my_account_order_item .order-meta{
        width: 100%;
        justify-content: center;
    }
    .my_account_order_item img{
           width: 145px;
          height: auto;
       }
    .my_account_order_item .order-item-info{
        width: 100%;
        margin-bottom: 16px;
    }
    .my_account_order_item .order-meta .order-status{
        padding-right: 0;
        border-right: 0;
    }
    .my_account_order_item .order-meta .order-price, .my_account_order_item .order-meta .order-status{
        width: auto;
    }
    .certificate-item{
        width: 100%;
    }
    .list .certificate-item .btn{
        margin-left: auto;
    }
   .endpoint-my-downloads .show-items-group{
        display: none;
    }
}

@media (max-width: 575px) {
    .dash-course-orders .my-orders{
        flex-direction: column;
    }

    .woocommerce form .form-row,
    .dash-course-orders .my-orders .my-order-item,
    .dash-item{
        width: 100%;
    }

    .my_account_order_item .order-meta{
        flex-direction: column;
    }
    .my_account_order_item .order-meta .order-price{
        padding-right: 0;
        border-right: 0;
    }
    .invoice-modal.show{
        padding-left: 0 !important;
    }
    .invoice-modal .modal-content{
        padding: 20px;
    }
    .certificates-wrapper{
        padding: 40px 20px;
    }
    .user-certificates{
        gap: 20px;
    }
    .list .certificate-item img{
        width: calc(100% - 266px);
        margin-left: 8px;
    }
    .list .certificate-item .meta-info{
        width: 258px;
    }
    .accordion-item.seasons-item .accordion-button .mid-line{
        display: none;
    }
    .accordion-item.seasons-item .season-total-time{
        margin-right: auto;
    }
}
@media (max-width: 480px) {
    .woocommerce form.woocommerce-EditAccountForm button.button{
        width: 100%;
        margin: 20px auto 0;
    }
    .my_account_order_item .order-item-info{
        flex-direction: column;
    }
    .my_account_order_item img {
        width: 100%;
        height: auto;
        margin: 0 0 16px;
    }
    .show-items-group{
        margin: 20px 0 0;
    }
    .endpoint-certificates .show-items-group{
        display: none;
    }
    .list .certificate-item img{
        width: 100%;
        margin-left: 0;
    }
    .list .certificate-item .meta-info{
        width: 100%;
    }
}