/* style AXI sbanner  */
.axi-sbanner {
    background-size: cover;
    background-position: left center;
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 80px;
}

.axi-sbanner .sbanner-container {
    max-width: 1140px;
    margin: 100px auto 0;
    padding: 0 20px;
    position: relative;
}

.axi-sbanner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(45, 42, 42, 0.41)
}

.axi-sbanner .title {
    color: #fff;
    font-size: 60px;
    line-height: 1.1;
    margin: 0 auto;
    padding: 0;
    letter-spacing: -3px;
    text-align: center;
    max-width: 710px;
}

.axi-sbanner .title p {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
    font-weight: inherit;
}

.axi-sbanner .warpper-logo .logo-image {
    width: 100%;
}

.axi-sbanner .warpper-logo {
    width: 100%;
    display: inline-block;
    position: relative;
    max-width: 130px;
    margin-bottom: 38px;
}

.axi-course-attributes .wrapper-button .btn-course-attributes.btn-enrol {
    margin-left: 30px;
}

.btn-action-checkout a.btn-review {
    background-color: #3673fc;
    color: #fff;
}

.page-template-enrol_page #customer_details,
.page-template-enrol_page #checkout-course {
    margin-bottom: 0;
}

.page-template-enrol_page .active_step_3 #checkout-payment,
.page-template-enrol_page .active_step1 #customer_details,
.page-template-enrol_page .active_step_2 #checkout-course {
    display: block;
}

#checkout-course .course-checkout-order-review {
    margin-top: 7%;
}

@media ( max-width: 1199px ) {
    .axi-sbanner .title {
        font-size: 50px;
    }

    .axi-sbanner .title {
        max-width: 580px;
    }
}

@media ( max-width: 1023px ) {
    .axi-sbanner .title {
        font-size: 40px;
    }

    .axi-sbanner .warpper-logo {
        margin-bottom: 25px;
    }

    .axi-sbanner .sbanner-container {
        padding: 0 36px;
    }

    .axi-sbanner .title {
        max-width: 450px;
    }
}

@media ( max-width: 767px ) {
    .axi-sbanner .title {
        font-size: 35px;
        letter-spacing: -2px;
        line-height: 40px;
    }

    .axi-sbanner .warpper-logo {
        max-width: 100px;
    }

    .axi-sbanner .title {
        max-width: 410px;
    }
}

@media ( max-width: 680px ) {
    .axi-course-attributes .wrapper-button .btn-course-attributes.btn-enrol {
        margin-left: 0;
        margin-top: 20px;
    }
}

@media ( max-width: 480px ) {
    .axi-sbanner .warpper-logo {
        max-width: 89px;
        margin-bottom: 53px;
    }

    .axi-sbanner {
        padding-top: 58px;
        padding-bottom: 48px;
    }
}

@media ( max-width: 359px ) {
    .axi-sbanner .sbanner-container {
        padding: 0 20px;
    }

    .axi-sbanner .title {
        font-size: 32px;
    }
}

/* style AXi Course Attributes  */

.axi-course-attributes {
    background-color: #F0F0F0;
    padding-top: 30px;
    padding-bottom: 35px;
}

.axi-course-attributes .item-row {
    margin: 0 -10px;
}

.axi-course-attributes .item-course {
    display: inline-block;
    position: relative;
    padding: 0 10px;
    vertical-align: top;
}

.axi-course-attributes .col-item-5 {
    width: calc(100% / 5);
}

.axi-course-attributes .top-course-attributes {
    text-align: center;
}

.axi-course-attributes .item-course.off-Offer .icon-course {
    background-color: #C43C00;
}

.axi-course-attributes .item-course .icon-course {
    display: inline-block;
    background-color: #2D2A2A;
    width: 62px;
    height: 62px;
    border-radius: 100%;
    position: relative;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.axi-course-attributes .item-course .icon-course .wrap {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.axi-course-attributes .item-course .icon-course .wrap img {
    position: absolute;
    height: auto;
    width: auto;
    max-width: 41px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.axi-course-attributes .item-course .data-title h4.title {
    font-size: 20px;
    color: #2D2A2A;
    margin-bottom: 0;
    line-height: 24px;
}

.axi-course-attributes .item-course.off-Offer .data-title h4.title {
    color: #C43C00;
}

.axi-course-attributes .item-course .data-title h4.title p {
    font-size: inherit;
    color: inherit;
    margin: inherit;
    padding: inherit;
    font-family: inherit;
    line-height: inherit;
}

.axi-course-attributes .wrapper-button {
    text-align: center;
    position: relative;
    margin-top: 55px;
}

.axi-course-attributes .wrapper-button a.btn-course-attributes {
    display: inline-block;
    background-color: #3673FC;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    width: 100%;
    max-width: 398px;
    border: 2px solid #3673FC;
    padding: 13px 0;
    text-align: center;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.axi-course-attributes .wrapper-button a.btn-course-attributes.btn-enrol {
    background-color: #fff;
    color: #3673FC;
}

.axi-course-attributes .wrapper-button a.btn-course-attributes.btn-right {
    margin-right: 54px;
}

.axi-course-attributes .dropdown-wrapper {
    width: 100%;
    position: relative;
    max-width: 310px;
    display: inline-block;
}

.axi-course-attributes .dropdown-wrapper .ae-select {
    padding: 6px 12px;
    position: relative;
    border: 1px solid #ccc;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.axi-course-attributes .dropdown-wrapper .ae-select.chosen {
    color: #333;
}

.axi-course-attributes .dropdown-wrapper .ae-select .down-icon, .ae-select .up-icon {
    position: absolute;
    right: 8px;
    top: 7px;
}

.axi-course-attributes .dropdown-wrapper .ae-dropdown .dropdown-menu {
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border-radius: 0px;
    position: absolute;
    z-index: 1;
    width: 100%;
}

.axi-course-attributes .dropdown-wrapper .ae-select svg {
    width: 12.3px;
    color: #2D2A2A;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
}

.axi-course-attributes .dropdown-wrapper .ae-dropdown .ae-select, .dropdown-wrapper .ae-dropdown .dropdown-menu > li {
    cursor: pointer;
}

.axi-course-attributes .dropdown-wrapper .ae-dropdown .dropdown-menu > li > a:focus, .dropdown-wrapper .ae-dropdown .dropdown-menu > li > a:hover {
    background: none;
}

.axi-course-attributes .dropdown-wrapper .ae-disabled {
    pointer-events: none;
}

.axi-course-attributes .ae-hide {
    display: none;
}

.axi-course-attributes ul.dropdown-menu {
    list-style-type: none;
}

.axi-course-attributes ul.dropdown-menu {
    margin: 0px;
    padding: 0px;
    border: 1px solid #ccc;
}

.axi-course-attributes .dropdown-wrapper .ae-select span.ae-select-content {
    display: inline-block;
    vertical-align: middle;
    color: #2D2A2A;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

.axi-course-attributes ul.dropdown-menu li {
    padding: 10px 15px;
    font-size: 20px;
    line-height: 24px;
}

.axi-course-attributes ul.dropdown-menu li:hover {
    background-color: #ebebeb;
}

.axi-course-attributes .item-course .data-title.dropdown {
    margin-top: -7px;
}

.axi-course-attributes .item-course .data-title .wrap {
    max-width: 212px;
    display: inline-block;
}

.axi-course-attributes .dropdown-wrapper .ae-select {
    white-space: nowrap;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 100%;
}

.page-template-enrol_page #frm_vali ul.woocommerce-error {
    display: block;
}

.page-template-enrol_page #frm_vali ul.woocommerce-error li:nth-child(even){
    display: none;
}

@media ( max-width: 1570px ) {
    .axi-course-attributes .dropdown-wrapper .ae-select span.ae-select-content {
        font-size: 16px;
        width: calc(100% - 24.3px);
    }

    .axi-course-attributes ul.dropdown-menu li {
        font-size: 16px;
    }
}

@media ( max-width: 1320px ) {
    .axi-course-attributes .dropdown-wrapper .ae-select span.ae-select-content {
        font-size: 14px;
    }

    .axi-course-attributes ul.dropdown-menu li {
        font-size: 14px;
    }
}

@media ( max-width: 1199px ) {
    .axi-course-attributes ul.dropdown-menu li {
        padding: 10px 10px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {
    .axi-course-attributes .dropdown-wrapper .ae-select span.ae-select-content {
        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    .axi-course-attributes .dropdown-wrapper .ae-select span.ae-select-content {
        font-size: 13px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .axi-course-attributes .dropdown-wrapper .ae-select {
        padding: 6px 6px;
    }

    .axi-course-attributes .dropdown-wrapper .ae-select svg {
        margin-left: 5px;
    }

    .axi-course-attributes .dropdown-wrapper .ae-select span.ae-select-content {
        width: calc(100% - 17.3px);
    }

    .axi-course-attributes .item-course.intake {
        padding: 0;
    }
}

@media ( max-width: 1199px ) {
    .axi-course-attributes .item-course .data-title h4.title {
        font-size: 18px;
    }
}

@media ( max-width: 991px ) {
    .axi-course-attributes ul.dropdown-menu li,
    .axi-course-attributes .dropdown-wrapper .ae-select span.ae-select-content,
    .axi-course-attributes .item-course .data-title h4.title {
        font-size: 16px;
        line-height: 20px;
    }

    .axi-course-attributes .col-item-5 {
        width: 100%;
        text-align: left;
    }

    .axi-course-attributes .item-course .icon-course {
        margin-right: 48px;
        vertical-align: middle;
        margin-bottom: 0;
    }

    .axi-course-attributes .item-course .wrapper {
        display: inline-block;
        position: relative;
        width: 100%;
    }

    .axi-course-attributes .item-course .data-title {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 120px);
    }

    .axi-course-attributes .item-course .data-title .wrap {
        max-width: 100%;
    }

    .axi-course-attributes .item-course .data-title br {
        display: none;
    }

    .axi-course-attributes .item-course {
        margin-bottom: 15px;
    }

    .axi-course-attributes .wrapper-button a.btn-course-attributes.btn-right {
        margin-right: 30px;
    }

    .axi-course-attributes .wrapper-button a.btn-course-attributes {
        max-width: 300px;
    }

    .axi-course-attributes .wrapper-button {
        margin-top: 40px;
    }

    .item-course .icon-course {
        margin-right: 45px;
    }

    .axi-course-attributes .dropdown-wrapper {
        max-width: 265px;
    }
}

@media ( max-width: 680px ) {
    .axi-course-attributes .wrapper-button a.btn-course-attributes.btn-right {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .axi-course-attributes .wrapper-button a.btn-course-attributes {
        max-width: 100%;
    }
}

@media ( max-width: 480px ) {
    .axi-course-attributes ul.dropdown-menu li,
    .axi-course-attributes .dropdown-wrapper .ae-select span.ae-select-content,
    .axi-course-attributes .item-course .data-title h4.title {
        font-size: 15px;
        line-height: 18px;
    }

    .axi-course-attributes .dropdown-wrapper .ae-select {
        padding: 5px 10px;
    }

    .axi-course-attributes .wrapper-button {
        margin-top: 30px;
    }

    .axi-course-attributes .wrapper-button a.btn-course-attributes {
        font-size: 15px;
        padding: 3.5px 0;
    }

    .axi-course-attributes .item-course .icon-course {
        width: 40px;
        height: 40px;
    }

    .axi-course-attributes .item-course .icon-course .wrap img {
        max-width: 24px;
    }

    .axi-course-attributes .item-course .icon-course {
        margin-right: 20px;
    }

    .axi-course-attributes .item-course .data-title .wrap {
        max-width: 100%;
    }

    .axi-course-attributes .item-course .data-title {
        width: calc(100% - 70px);
    }
}

@media ( max-width: 359px ) {
    .axi-course-attributes .item-course .icon-course {
        margin-right: 7px;
    }

    .axi-course-attributes ul.dropdown-menu li, .axi-course-attributes .dropdown-wrapper .ae-select span.ae-select-content, .axi-course-attributes .item-course .data-title h4.title {
        font-size: 12px;
        line-height: 18px;
    }

    .axi-course-attributes .item-course .data-title {
        width: calc(100% - 53px);
    }

    .axi-course-attributes .dropdown-wrapper .ae-select {
        padding: 5px 8px;
    }
}

/* header generic promotion */
.header-generic-promotion {
    background-color: #C43C00;
    text-align: center;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}

.header-generic-promotion .container {
    max-width: 1700px;
    padding: 0px 30px;
    position: relative;
    margin: 0 auto;
}

.header-generic-promotion .container .warpper {
    position: relative;
}

.header-generic-promotion a.icon-close:hover {
    opacity: 1;
}

.header-generic-promotion a.icon-close {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 31px;
    height: 31px;
    margin-top: -15.5px;
    opacity: 0.59;
}

.header-generic-promotion span.icon-percent {
    display: inline-block;
    width: 56px;
    vertical-align: middle;
    padding-top: 6px;
    padding-bottom: 1px;
}

.header-generic-promotion span.text-percent {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    line-height: 31px;
}

.header-generic-promotion span.icon-percent img {
    display: block;
}

.header-generic-promotion .entry-text {
    padding: 0 32px;
}

@media ( max-width: 991px ) {
    .header-generic-promotion span.text-percent {
        font-size: 20px;
        line-height: 26px;
    }
}

@media ( max-width: 767px ) {
    .header-generic-promotion a.icon-close {
        width: 25px;
        margin-top: -12.25px;
    }

    .header-generic-promotion span.text-percent {
        font-size: 18px;
        line-height: 22px;
    }

    .header-generic-promotion span.icon-percent {
        width: 45px;
    }
}

@media ( max-width: 550px ) {
    .header-generic-promotion a.icon-close {
        width: 17.5px;
        margin-top: -8.5px;
    }

    .header-generic-promotion span.text-percent {
        font-size: 13px;
        line-height: 15px;
    }

    .header-generic-promotion span.icon-percent {
        width: 35px;
    }

    .header-generic-promotion .entry-text {
        padding: 0 18px;
    }

    .header-generic-promotion .entry-text {
        padding: 0 18px 0 0;
    }
}

@media ( max-width: 480px ) {
    .header-generic-promotion span.icon-percent {
        width: 30px;
    }

    .header-generic-promotion span.text-percent {
        font-size: 12px;
        line-height: 14px;
        padding-left: 5px;
    }
}

/* AXi Side NavMenu  */
#axi-navmenu-side {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 24px 22px;
    text-align: right;
    max-height: 90vh;
    overflow-y: auto;
}

section.section-navmenu-side {
    width: 23.8% !important;
    position: absolute !important;
    left: 0 !important;
    -webkit-transition: 0.3s all;
    -ms-transition: 0.3s all;
    transition: 0.3s all;
}

#axi-navmenu-side .container-navmenu-side {
    max-width: 288px;
    display: inline-block;
    text-align: left;
}

#axi-navmenu-side ul.nav-menu-side {
    list-style: none;
    position: relative;
    padding: 0;
    margin: 0;
}

ul.nav-menu-side li {
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
    padding-right: 10px;
}

ul.nav-menu-side li a {
    color: #727272;
    font-size: 22px;
    line-height: 25px;
    font-weight: 500;
    position: relative;
    padding-bottom: 13px;
    display: inline-block;
}

ul.nav-menu-side li a:hover {
    color: #2D2A2A;
}

ul.nav-menu-side li.active a:after,
ul.nav-menu-side li a:hover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #2D2A2A;
    left: 0;
    bottom: 0;
}

ul.nav-menu-side li.active a {
    color: #2D2A2A;
    font-weight: 700;
}

.footer-navmenu-side a.btn-menu {
    color: #3673FC;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    display: inline-block;
    width: 100%;
    border: 2px solid #3673FC;
    text-align: center;
    padding: 11.5px 10px;
    background-color: #fff;
}

.footer-navmenu-side a.btn-menu:hover {
    color: #fff;
    background-color: #3673FC;
}

@media ( max-width: 1199px ) {
    ul.nav-menu-side li a {
        font-size: 16px;
        line-height: 20px;
    }

    .footer-navmenu-side a.btn-menu {
        font-size: 16px;
        line-height: 22px;
    }

    #axi-navmenu-side ul.nav-menu-side li {
        padding-bottom: 25px;
        padding-right: 0;
    }
}

@media ( max-width: 991px ) {
    #axi-navmenu-side {
        padding: 18px;
    }

    section.section-navmenu-side {
        display: none !important;
    }
}

.axi-course-product {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 30px 60px 20px 60px;
}

.axi-course-product h2 {
    text-align: center;
    font-size: 50px;
}

.axi-list-product {
    display: inline-block;
    width: 100%;
    position: relative;
}

.axi-list-product .row {
    margin: 0;
}

.axi-list-product .item-product {
    width: 100%;
    text-align: left;
    background: #FFFFFF;
    border: 1px solid #CDD5F3;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 12px;
    margin-bottom: 10px;
    cursor: pointer;
}

.axi-list-product .item-product.added + span.notes,
.axi-list-product .item-product.added + span.notes + .notes,
.axi-list-product .item-product.added + span.notes + .notes + .notes{
    display: block !important;
}

.axi-list-product .item-product label{
    cursor: pointer;
}

.axi-list-product .item-product:hover{
    border-color: #3673FC;
}

.axi-list-product .item-product .warp {
    background-color: #fff;
}

.axi-list-product .item-product .warp {
    text-align: left;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #5E5E5E;
    padding-left: 39px;
    position: relative;
}
.axi-list-product .item-product.added .warp{
    color: #000;
}

.axi-list-product .item-product .warp .label {
    position: absolute;
    right: 0;
}

.axi-list-product .item-product h4 {
    padding: 20px 40px 0 40px;
}

.product-price ins {
    text-decoration: none;
    margin-right: 8px;
}

.product-price {
    position: relative;
    padding: 0 40px;
}

.product-price del, .product-price del .woocommerce-Price-amount {
    color: #2D2A2A;
    font-size: 16px;
    font-weight: 400;
}

.axi-list-product .item-product .desc {
    padding: 0 20%;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    min-height: 35px;
    font-weight: 500;
}

.axi-list-product .item-product .desc.desc-empty {
    min-height: 15px;
}

.axi-list-product .item-product .desc a {
    text-decoration: underline;
}

.axi-list-product .item-product .btn-addtocart {
    display: inline-block;
    width: 100%;
    background-color: #969696;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 20px;
}

.axi-list-product .item-product .warp .label span {
    position: relative;
}

.axi-list-product .item-product .warp .label:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    border-radius: inherit;
    border-right: 80px solid #FF8F81;
    border-bottom: 80px solid transparent;
    z-index: 1;
    right: 0;
    top: 0;
}

.axi-list-product .item-product .warp .label span {
    position: absolute;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
    right: 2px;
    top: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.axi-list-product .item-product .btn-addtocart.added,
.axi-list-product .item-product .btn-addtocart:hover {
    background-color: #3673fc;
}

.header-cart {
    position: fixed;
    right: 15px;
    bottom: 20%;
    z-index: 2222;
}

.header-cart .cart-contents {
    cursor: pointer;
    outline: none;
}

.header-cart .wrap {
    width: 70px;
    display: block;
    background-color: #fff;
    border: 2px solid #333;
    border-radius: 100%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    height: 70px;
    text-align: center;
}

.header-cart svg {
    width: 50px;
    display: inline-block;
    top: 0;
    position: relative;
    padding-top: 7px;
}

.header-cart span.number {
    line-height: 25px;
    position: absolute;
    background-color: #F80005;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    left: -10px;
    font-family: gilroy, sans-serif;
    font-weight: 800;
}

.header-cart .mini-cart-info {
    position: absolute;
    top: -60px;
    right: 84px;
    width: 220px;
    background-color: #232323;
    z-index: 22;
    box-shadow: 0 1px 4px rgba(0, 0, 0 , 0.5);
    display: none;
}

.header-cart .mini-cart-info.no-item.open {
    top: -10px;
}

.header-cart .mini-cart-info.open {
    display: block;
}

.header-cart .mini-cart-info .wrapper {
    position: relative;
    padding: 12px;
}

.mini-cart-info p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 12px;
}

.mini-cart-info .btn-link {
    display: inline-block;
    text-decoration: none;
    outline: none;
    background-color: #3673fc;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    min-width: 90px;
}

.mini-cart-info .close-cart {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    z-index: 22;
}

.mini-cart-info .btn-link.btn-chat {
    margin-right: 10px;
}

.mini-cart-info.not-item .btn-link.btn-chat {
    margin-right: 0;
}

.axi-course-product.checkout-course .axi-list-product .item-product .warp {
    background-color: #F0F0F0;
}

#confirm.active {
    display: block;
    z-index: 3333;
    margin-bottom: 30px;
}

#confirm.active:after {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

#confirm .warpper {
    position: relative;
    z-index: 33;
}

#confirm {
    display: none;
    background-color: #E5E5E5;
    padding: 5px 20px;
}

#confirm .warpper {
    position: relative;
    z-index: 33;
    display: inline-block;
    width: 100%;
}

#confirm .warpper .button-confirm {
    float: left;
    width: 100px;
    text-align: right;
    padding-left: 10px;
}

#confirm .button-confirm a {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}

#confirm .warpper .confirmMessage {
    float: left;
    width: calc(100% - 100px);
}

#confirm .button-confirm a {
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
}

#confirm .button-confirm a:hover {
    color: red;
}

#confirm .button-confirm a.confirmYes {
    margin-right: 15px;
}

.top-info-course-order .row {
    margin: 0 -15px;
}

.top-info-course-order .col2 {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.top-info-course-order {
    display: inline-block;
    width: 100%;
}

.coupon-form .woocommerce-error {
    display: block !important;
    margin-top: 5px;
    list-style: none;
    padding: 0 !important;
    text-align: left;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #505050;
    margin-bottom: 0;
}

.coupon-form .woocommerce-coupon-validated{
    display: flex;
    justify-content: space-between;
}

.woocommerce-coupon-validated {
    display: none;
}

.thank-you-order .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.thank-you-order .header-page h1 {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 2%;
}

.thank-you-order .go-home {
    text-align: center;
}

.thank-you-order .btn-home {
    background-color: #3673fc;
    color: #fff;
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 10px 30px;
    font-weight: 600;
}

.thank-you-order .header-page {
    position: relative;
}

.thank-you-order .header-page h1 {
    margin-bottom: 0;
    padding-top: 15%;
    padding-bottom: 15%;
    color: #fff;
}

.thank-you-order .header-page .banner-page {
    position: relative;
    background-position: 50%;
    background-size: cover;
}

.thank-you-order .banner-page .container {
    position: relative;
    z-index: 1;
}

.thank-you-order .no-data {
    text-align: center;
    color: red;
}

.woocommerce-checkout #payment .place-order {
    display: none;
}

.checkbox-promo-add label {
    padding-left: 10px;
}

.course-checkout-promo-code .icon-image {
    text-align: center;
}

.btn-action-checkout {
    display: block;
    text-align: center;
    position: relative;
}

.btn-action-checkout a {
    /* display: inline-block; */
    /* width: 200px; */
    /* border: 1px solid #3673fc; */
    /* font-weight: 500; */
    /* outline: none; */
    /* padding: 5px 0; */
}

.btn-action-checkout a.btn-back {
    margin-right: 5px;
}

.btn-action-checkout .btn-confirm,
.btn-action-checkout .btn-not-strip-confirm {
    background-color: #3673fc;
    color: #fff;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none;
    border-radius: 0;
}

#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    list-style: none;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background: none;
    padding: 0;
    margin: 0;
    border-radius: 0;
    color: #000;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: none;
}

.woocommerce-checkout #payment label[for="payment_method_stripe"] {
    display: none;
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    margin-top: 0;
    padding: 0;
    border: none;
}

.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.checkout-review-order .icon-gateway {
    text-align: center;
    display: block;
    margin-top: 15px;
}

.woocommerce-checkout #payment {
    margin-bottom: 32px;
}

.woocommerce-checkout #payment label.payment-errors,
.woocommerce-checkout #payment label.payment-errors-expiry {
    color: red;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 24px;
    display: block;
    margin-top: 6px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
    border: none;
    border-collapse: collapse;
    margin-bottom: 4px;
    width: 100%;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.woocommerce table.shop_table td {
    border: none;
    padding-top: 0;
    padding-bottom: 15px;
}

.woocommerce table.shop_table td p {
    margin-bottom: 0;
}

.course-checkout-promo-code .button-coupon {
    background-color: #3673fc;
    color: #fff;
    font-weight: 500;
    padding: 0 15px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
}

.coupon-form input#coupon_code {
    height: 44px;
    padding: 0 10px;
    background: #F0F2F7;
    border-radius: 6px;
    border: 1px solid #F0F2F7;
    outline: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #3C3838;
    width: calc(100%);
}

.coupon-form label {
    font-weight: 500;
}

.checkbox-promo-add {
    margin-bottom: 20px;
}

.coupon-form .woocommerce-message {
    margin-top: 5px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #505050;
    text-align: left;
}

.woocommerce table.shop_table tfoot .cart-discount td {
    font-weight: normal;
}

.page-template-enrol_page .content-wrapper .content-right .step-top .step-top-content .step.step-number li label {
    font-weight: 500;
    color: #8F8D8D;
}

.page-template-enrol_page .content-wrapper .content-right .step-top .step-top-content .step.step-number li span {
    color: #8F8D8D;
}

.woocommerce form.checkout .woocommerce-billing-fields input {
    padding: 5px 10px;
}

.page-template-enrol_page .woocommerce form.checkout .woocommerce-billing-fields .form-row {
    margin-bottom: 10px;
}

.page-template-enrol_page .woocommerce form.checkout .woocommerce-billing-fields .form-row .select2-selection--single {
    height: 24px !important;
}

.mini-cart-info .empty-cart {
    color: #fff;
}

#billing_phone_field .woocommerce-input-wrapper .success,
#billing_email_field .woocommerce-input-wrapper .success {
    color: green;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

@media ( max-width: 500px ) {
    .top-info-course-order .col2 {
        width: 100%;
    }
}

@media ( max-width: 480px ) {
    .btn-action-checkout a.btn-back {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.avatar-frame .image-avatar {
    position: relative;
    max-width: 380px;
    display: block;
    max-height: 380px;
}

.avatar-frame .image-avatar img {
    border-radius: 100%;
    width: 100%;
}

.avatar-frame .wrapper {
    position: relative;
    display: block;
    padding-bottom: 10px;
}

.avatar-frame .wrapper .icon-man {
    position: absolute;
    bottom: calc(100% - 102%);
    right: calc(100% - 99%);
    width: 57%;
    border-radius: 0;
}

.avatar-frame .image-avatar.grayscale img:not(.icon-man) {
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}