/* remove gf spinner */
.gform_ajax_spinner {
    display: none !important;
}

/* Preloader */
@keyframes stepps-course-preloader {
    0% {
        top: 96px;
        left: 96px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 48px;
        left: 48px;
        width: 96px;
        height: 96px;
        opacity: 0;
    }
}
  
.stepps-course-preloader div {
    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: stepps-course-preloader 1s cubic-bezier(0,0.2,0.8,1) infinite;
}
  
.stepps-course-preloader div:nth-child(1) {
    border-color: #8cc63f
}
  
.stepps-course-preloader div:nth-child(2) {
    border-color: #8cc63f;
    animation-delay: -0.5s;
}
  
.stepps-course-preloader-wrapper {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255,255,255,0.5);
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stepps-course-preloader {
    width: 200px;
    height: 200px;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}
.stepps-course-preloader div { box-sizing: content-box; }
/* generated by https://loading.io/ */
  
.no-certificate-list-container {
    font-size: 28px;
    color: #585858;
    font-family: 'AvenirLT-Roman' !important;
}
.no-results-message {
    font-size: 28px;
    color: #585858;
    text-align: center;
    font-family: 'AvenirLT-Roman' !important;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    line-height: 40px;
    flex-direction: column;
}

.no-results-message p {
    padding-bottom: 10px;
}

.no-results-message a {
    border-radius: 5px;
    padding: 10px 18px;
}

.form-error-message {
    color: #790000;
    font-weight: 700;
    font-size: 12px;
}

/* Global */

.btn-my-account {
    border-radius: 5px !important;
    background-color: #8CC63F !important;
    font-size: 16px !important;
    padding: 13px 20px !important;
    font-family: 'AvenirLT-Roman' !important;
}
.btn-my-account:hover {
    opacity: .87;
}

.btn-my-account-transparent{
    border: 1px solid #98CC53;
    border-radius: 5px !important;
    background-color: transparent !important;
    font-size: 16px !important;
    padding: 13px 20px !important;
}
.btn-my-account-transparent:hover {
    color: #98CC53;
}

input[type='radio'] {
    position: relative;
}
input[type='radio']:checked:after {
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #8cc63f;
    display: inline-block;
    visibility: visible;
    border: 2px solid #fff;
}

/* woo global */
.woocommerce-error {
    border-top-color: #1E283A;
    color: #1E283A;
    padding-left: 20px !important;
    font-family: 'AvenirLT-Medium' !important;
}

/* Menu header */
#header-outer #top nav > ul.sf-menu li.my-account-menu {
    margin-right: 30px;
}

.ld-text.ld-user-welcome-text,
#header-outer #top nav > ul.sf-menu li.my-account-menu > a {
    font-size: 16px !important;
    color: #98CC53 !important;
    position: relative;
    font-family: 'AvenirLT-Roman' !important;
}
.ld-text.ld-user-welcome-text {
    font-size: 14px !important;
}
#header-outer #top nav > ul.sf-menu li.my-account-menu > img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin: 0;
    object-position: center;
    object-fit: cover;
}
#header-outer #top nav > ul.sf-menu li.my-account-menu > a.caret {
    padding-right: 25px;
}
#header-outer #top nav > ul.sf-menu li.my-account-menu > a.caret:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 50%;
    border-color: #98CC53 transparent;
    border-width: 4px 4px 0 4px;
    margin-top: -3px;
    border-style: solid;
    transform: translateY(50%);
}
#header-outer #top nav > ul.sf-menu li.my-account-menu > a.btn-my-account {
    font-size: 18px !important;
    color: #fff !important;
    padding: 9px 17px !important;
    position: relative;
}

/*  sub menu */
#header-outer #top nav > ul.sf-menu li.my-account-menu:hover > ul.sub-menu {
    opacity: 1;
    top: 50px;
    right: 0;
    pointer-events: auto;
    border: none;
    background-color: #fff !important;
    border-radius: 10px;
}
#header-outer #top nav > ul.sf-menu li.my-account-menu:hover ul.sub-menu > li {
    opacity: 1;
    transform: translateY(0);
}
#header-outer #top nav > ul.sf-menu li.my-account-menu > ul.sub-menu li a {
    color: #1E283A !important;
    font-size: 16px;
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    align-items: center;
}
#header-outer #top nav > ul.sf-menu li.my-account-menu > ul.sub-menu li.logout {
    border-top: 1px solid #1E283A;
    padding-top: 10px;
}
#header-outer #top nav > ul.sf-menu li.my-account-menu > ul.sub-menu li.logout a {
    margin-bottom: 0;
}
#header-outer #top nav > ul.sf-menu li.my-account-menu > ul.sub-menu li a:hover {
    background-color: transparent !important;
    color: #98CC53 !important;
}

/* Checkout page */
.page-id-766 form.checkout.woocommerce-checkout {
    display: none !important;
}

@media only screen and (max-width: 690px) {
    body.page-template-template-checkout-page .container.main-content {
        max-width: 90%;
    }
}

.page-template-template-checkout-page #header-space,
.page-template-template-checkout-page #header-outer {
    display: none !important;
}

/* Checkout header */
#stepps-checkout-header {
    padding-top: 40px !important;
    padding-bottom: 250px !important;
}
#stepps-checkout-header .row_col_wrap_12 {
    /* margin-top: 80px; */
}
#stepps-checkout-header .row-bg-wrap .row-bg-overlay {
    opacity: 0.7;
}

#stepps-checkout-header .checkout-logo {
    width: 172px !important;
    max-width: 50% !important;
}

#stepps-checkout-header .checkout-title {
    font-size: 50px;
    max-width: 635px;
    margin: auto;
    line-height: 60px;
    padding-top: 30px;

}
#stepps-checkout-header .checkout-excerpt {
    font-size: 20px;
    max-width: 780px;
    margin: auto;
    padding-top: 30px;
    line-height: 30px;
}

@media only screen and (max-width: 999px) {
    #stepps-checkout-header .checkout-title {
        font-size: 44px;
    }
    #stepps-checkout-header {
        padding-top: 40px !important;
    }
}
@media only screen and (max-width: 690px) {
    #stepps-checkout-header .checkout-title {
        font-size: 32px;
        line-height: 40px;
    }
}
/* Checkout form */
#stepps-checkout-form {
    /* transform: translateY(-9%); */
    transform: translateY(-220px);
    max-width: 965px;
    margin: auto;
    margin-bottom: -160px;
}
#stepps-checkout-form .no-checkout-form {
    max-width: 780px;
    margin: auto;
    display: block;
}
#stepps-checkout-form .no-checkout-form .checkout__cols-left,
#stepps-checkout-form .no-checkout-form .checkout__cols-right {
    width: 100%;
    padding-top: 0 !important;
}

#stepps-checkout-form .no-checkout-form .checkout__cols-left .column-bg-overlay-wrap {
    border-radius: 10px 10px 0 0;
}
#stepps-checkout-form .no-checkout-form .checkout__cols-right .column-bg-overlay {
    border-radius: 0 0 10px 10px;    
}

/* @media only screen and (max-width: 1223px) {
    #stepps-checkout-form {
        transform: translateY(-8%);
    }
}
@media only screen and (max-width: 1005px) {
    #stepps-checkout-form {
        transform: translateY(-6%);
    }
}
@media only screen and (max-width: 820px) {
    #stepps-checkout-form {
        transform: translateY(-5%);
    }
}
@media only screen and (max-width: 690px) {
    #stepps-checkout-form {
        transform: translateY(-3%);
    }
}
@media only screen and (max-width: 500px) {
    #stepps-checkout-form {
        transform: translateY(-2%);
    }
} */

#stepps-checkout-form .checkout__cols-left .vc_column-inner {
    padding: 30px;
}

#stepps-checkout-form .checkout__cols-left .vc_column-inner .column-bg-overlay-wrap {
    border-radius: 5px;
}

#stepps-checkout-form .checkout__cols-left {
    width: 63%;
}
#stepps-checkout-form .checkout__cols-right {
    width: 37%;
}

#stepps-checkout-form .checkout__cols-right {
    padding-top: 80px;
    margin-left: -40px;
    z-index: -2;
}

#stepps-checkout-form .checkout__cols-right .vc_column-inner {
	padding: 20px 10px 22px 25px;
}

@media only screen and (max-width: 768px) {
/*     #stepps-checkout-form {
        transform: translateY(-6%);
    } */
	#stepps-checkout-form .checkout__cols-left.wpb_column[data-border-radius="10px"] > .vc_column-inner > .column-bg-overlay-wrap {
	    border-radius: 10px 10px 0 0;
    }
    #stepps-checkout-form .checkout__cols-right {
	    margin-left: 0;
	}
    #stepps-checkout-form .checkout__cols-right .vc_column-inner {
	padding: 15px;
	}
    #stepps-checkout-form .checkout__cols-right {
        padding-top: 0;
    }
    #stepps-checkout-form .checkout__cols-right .column-bg-overlay{
        border-radius: 0 0 10px 10px;
    }
    #stepps-checkout-form .checkout__cols-left,
    #stepps-checkout-form .checkout__cols-right {
        width: 100%;
    }
    
}
@media only screen and (max-width: 430px) {
/*     #stepps-checkout-form {
        transform: translateY(-7%);
    } */
} 
#stepps-checkout-form .woocommerce-checkout .create-account {
    display: none !important;
}
#stepps-checkout-form .woocommerce-checkout #order_review_heading {
    font-size: 20px;
    margin-top: 10px;
    font-weight: normal;
}
#stepps-checkout-form .woocommerce-checkout .col-1,
#stepps-checkout-form .woocommerce-checkout .col-2 {
    width: 100%;
}

/* preloader */
#stepps-checkout-form form.woocommerce-checkout {
    position: relative;
}
#stepps-checkout-form form.woocommerce-checkout .stepps-course-preloader-wrapper {
    display: none;
}
#stepps-checkout-form form.woocommerce-checkout.processing .stepps-course-preloader-wrapper {
    display: flex;
}

#stepps-checkout-form .checkout-content ,
#stepps-checkout-form .checkout-content h1,
#stepps-checkout-form .checkout-content h2,
#stepps-checkout-form .checkout-content h3,
#stepps-checkout-form .checkout-content h4,
#stepps-checkout-form .checkout-content h5,
#stepps-checkout-form .checkout-content h6 {
    color: #fff;
}
/* bullet */
#stepps-checkout-form .checkout-content ul {
    margin-top: 30px;
}
#stepps-checkout-form .checkout-content ul li {
    margin-bottom: 25px;
    position: relative;
    padding-left: 40px;
}

#stepps-checkout-form .checkout-content ul li:before {
    content: "\f058";
    font-family: 'FontAwesome';
    display: inline-block;
    margin-right: 20px;
    font-size: 34px;
    position: absolute;
    left: 0;
}


/* Checkout fields */
#stepps-checkout-form .woocommerce-NoticeGroup {
    margin-bottom: 20px;
}
#stepps-checkout-form .woocommerce-billing-fields {
    padding-right: 0;
}
#stepps-checkout-form .woocommerce-billing-fields abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}
#stepps-checkout-form .woocommerce-billing-fields h3 {
    font-size: 20px;
    font-weight: normal;
}
#stepps-checkout-form .woocommerce-billing-fields .form-row label {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'AvenirLT-Medium' !important;
}
#stepps-checkout-form .woocommerce-billing-fields .input-text {
    height: 50px;
    border-radius: 3px;
}
#stepps-checkout-form .woocommerce-billing-fields .form-row-first,
#stepps-checkout-form .woocommerce-billing-fields .form-row-last {
    padding-bottom: 27px;
}

@media only screen and (max-width: 430px) {
    #stepps-checkout-form .woocommerce-billing-fields .form-row-first,
    #stepps-checkout-form .woocommerce-billing-fields .form-row-last {
        width: 100%;
    }
}

#stepps-checkout-form .wc-deposits-payment-plans li {
    border: solid 2px transparent;
    padding: 25px 20px 20px;
    background: #F9F9F9; 
    border-radius: 4px;
    margin-bottom: 1.6em;
    font-size: 18px;
    position: relative;
}
#stepps-checkout-form .wc-deposits-payment-plans li label {
    font-size: 17px;
    /* position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    padding-left: 50px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center; */
}
#stepps-checkout-form .wc-deposits-payment-plans li label:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
#stepps-checkout-form .wc-deposits-payment-plans li.current {
    border-color: #8cc63f;
}

/* Credit card form */
@media only screen and (max-width: 430px) {
    #stepps-checkout-form .wc-credit-card-form .form-row {
        width: 100%;
        margin-bottom: 0 !important;
    }
}

/* ======================Review order form====================== */

/* checkout form */
.woocommerce-checkout ul {
    margin: 0;
    border: none;
}
.woocommerce-checkout ul li {
    list-style: none;
    border: none;
}

/* review table */
.woocommerce-checkout-review-order .cart_item .product-remove ,
.woocommerce-checkout-review-order .cart_item .product-quantity{
    display: none !important;
}

.woocommerce-checkout-review-order table.shop_table {
    border: none !important;
}
.woocommerce-checkout-review-order table.shop_table .product-quantity {
    display: none !important;
}
.woocommerce-checkout-review-order table.shop_table thead th {
    font-size: 18px;
    font-family: 'AvenirLT-Heavy' !important;
    font-weight: normal;
}
.woocommerce-checkout-review-order table.shop_table .product-total,
.woocommerce-checkout-review-order table.shop_table tfoot td {
    text-align: right;
}
.woocommerce-checkout-review-order table.shop_table tfoot tr th,
.woocommerce-checkout-review-order table.shop_table tfoot tr td span.amount {
    font-size: 18px;
    font-family: 'AvenirLT-Heavy' !important;
    font-weight: normal;
}
.woocommerce-checkout-review-order table.shop_table td {
    font-size: 16px;
}
.woocommerce-checkout-review-order table.shop_table td,
.woocommerce-checkout-review-order table.shop_table th {
    border-left: none !important;
    border-right: none !important;
}

/* Credit card */
.woocommerce-checkout-payment {
    font-size: 18px;
}
.woocommerce-checkout-payment ul.wc_payment_methods {
    padding: 0 !important;
}
.woocommerce-checkout-payment ul.wc_payment_methods li p {
    font-size: 16px;
    line-height: 24px;
}
.woocommerce-checkout-payment ul.wc_payment_methods li > label {
    font-family: 'AvenirLT-Heavy' !important;
}
.woocommerce-checkout-payment ul.wc-saved-payment-methods li label {
    font-size: 16px;
}
.woocommerce-checkout-payment .payment_box {
    background-color: #F9F9F9 !important;
}

.woocommerce-checkout-payment #wc-stripe-cc-form .form-row-wide {
    margin-bottom: 0 !important;
}
.woocommerce-checkout-payment #wc-stripe-cc-form .wc-stripe-elements-field {
    padding: 15px 10px;
    border-radius: 3px;
}

.woocommerce-checkout-payment #place_order {
    float: none;
    width: 100%;
    border-radius: 35px;
    font-size: 22px;
    padding: 20px 10px !important;
}

.woocommerce-privacy-policy-text p {
    padding-bottom: 2em !important;
}
.woocommerce-privacy-policy-text .woocommerce-privacy-policy-link {
    text-transform: capitalize;
}


/* ====================== My Account ====================== */
.my-account__heading-title {
    font-size: 28px;
    font-family: 'AvenirLT-Black' !important;
}

#my-acccount-row .woocommerce {
    display: flex;
    margin: 100px 30px;
    align-items: flex-start;
}
#my-acccount-row .woocommerce-MyAccount-navigation {
    width: 20%;
    background: #fff;
    padding: 45px 40px;
    border-radius: 5px;
}
#my-acccount-row .woocommerce-MyAccount-content {
    width: 80%;
    margin-left: 43px;
    /* display: flex; */
}
#my-acccount-row .woocommerce-MyAccount-content .woocommerce-info {
    background-color: #1E283A !important;
    font-size: 18px;
}
@media only screen and (max-width: 1000px) {
    #my-acccount-row .woocommerce {
        margin: 40px 0;
    }
}
@media only screen and (max-width: 1200px) {
    #my-acccount-row .woocommerce-MyAccount-navigation {
        display: none;
    }
    #my-acccount-row .woocommerce-MyAccount-content {
        width: 100%;
        margin-left: 0;
    }
}
@media only screen and (max-width: 767px) {
    #my-acccount-row .woocommerce-MyAccount-content #edit-account-details{
    }
}
@media only screen and (max-width: 467px) {
    #my-acccount-row .woocommerce {
        margin: 30px 0;
    }
}


/* Sidebar menu */
.account-info-container {
    text-align: center;
    margin-top: 30px;
}
.account-info-container .account-profile {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0px;
    transform: translate(-50%,-50%);
    left: 50%;
    background-color: #888;
}
.account-info-container .account-profile a.edit-account-image {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
    color: #282828;
    border: 2px solid #282828;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.account-info-container .account-profile .image-upload-error {
    position: absolute;
    bottom: -25px;
    color: #790000;
    font-weight: 700;
    font-size: 12px;
    white-space: nowrap;
    transform: translateX(-50%);
    left: 50%;
}
.account-info-container .account-profile a.edit-account-image:hover {
    color: #98CC53;
    border-color: #98CC53;
}
.account-info-container .account-fullname {
    font-size: 24px;
    margin-bottom: 8px;
}
.account-info-container .account-email {
    color: #98CC53;
    font-size: 18px;
    margin-bottom: 35px;
}
.account-info-container .account-details {
    font-size: 18px;
    margin-bottom: 40px;
}
.account-info-container .account-details .flex-2 {
    flex: 1.5 !important;
    font-size: 16px;
}
.account-info-container .account-details {
    border: none;
}
.account-info-container .account-details li {
    border: none;
}
.account-info-container .account-details li:not(:last-of-type) {
    margin-bottom: 10px;
}

@media only screen and (max-width: 1560px) {
    .account-info-container .account-details li {
        display: block !important;
    }
}



.woocommerce-MyAccount-navigation ul li:not(:last-of-type) {
    margin-bottom: 15px;
}
.woocommerce-MyAccount-navigation ul li a {
    border: 1px solid #98CC53;
    opacity: 1;
    border-radius: 5px;
    text-align: center;
    color: #98CC53;
    transition: 0.5s;
    font-family: 'AvenirLT-Roman' !important;
    padding: .55em;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    background: #98CC53;
    color: #fff;
}
.woocommerce-MyAccount-navigation ul li a::before {
    display: none;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: 50px;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a {
    border-color: #303A4C;
    color: #303A4C;
}
.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: #303A4C;
    color: #fff;
}

/* Form container */
.woocommerce-form-coupon-toggle .woocommerce-info {
    background-color: #f7f7f7 !important;
}

#stepps-checkout-form input#coupon_code {
    padding: 8px;
}

#stepps-checkout-form form.checkout_coupon.woocommerce-form-coupon {
    padding-bottom: 20px;
}

.my-account__form-title {
    font-size: 20px;
    /* font-weight: bold; */
    margin-bottom: 20px;
}

.my-account__form-sub-title {
    font-size: 18px;
    /* font-weight: bold; */
}

.my-account__form-container form{
    background: #fff;
    border-radius: 5px;
    padding: 30px;
    position: relative;
}


/* Gravity Forms Style */
/* GField Error */
.woocommerce .gform_wrapper form .validation_error {
    display: none;
}
.woocommerce .gform_wrapper form .gform_body ul.gform_fields > li.gfield.gfield_error {
    background-color: transparent;
    border: none;
}
.woocommerce .gform_wrapper form .gform_body ul.gform_fields > li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border-color: #ccc;
}
.woocommerce .gform_wrapper form .gform_body ul.gform_fields > li.gfield.gfield_error .gfield_label {
    color: unset;
}
.woocommerce .gform_wrapper form .gform_body ul.gform_fields > li.gfield.gfield_error .validation_message {
    padding-top: 0;
}

/* GField Default */
.woocommerce .gform_wrapper form .gform_body ul.gform_fields > li.gfield {
    margin-top: 0;
    list-style: none !important;
}
.woocommerce .gform_wrapper form .gform_body ul.gform_fields > li.gfield input {
    height: 50px;
    border-radius: 3px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-family: 'AvenirLT-Roman' !important;
}

.woocommerce .gform_wrapper form .gform_body ul.gform_fields > li.gfield label {
    font-size: 14px;
    font-family: 'AvenirLT-Medium' !important;
    font-weight: normal;
    color: #888888;
    margin-bottom: 2px;
}

.woocommerce .gform_wrapper form .gform_body ul.gform_fields > li.gfield .gfield_required {
    color: unset;
}

.woocommerce .gform_wrapper form .gform_body ul.gform_fields > li.gfield.gfield_html {
    font-size: 20px;
    font-family: 'AvenirLT-Medium' !important;
}

.woocommerce .gform_wrapper form .gform_footer input[type="submit"] {
    border-radius: 5px;
    height: 45px;
    font-size: 16px;
    line-height: 1 !important;
}

/* Custom form */
.my-account-form label {
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    color: #888888;
    font-size: 14px;
    font-family: 'AvenirLT-Medium' !important;
    line-height: 1;
}

.my-account-form select {
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 3px;
    height: 50px;
    font-size: 16px;
    font-family: 'AvenirLT-Roman' !important;
}

.my-account-form input:not([type="submit"]) {
    border-radius: 3px !important;
    height: 50px;
    font-family: 'AvenirLT-Roman' !important;
}

.my-account-form input[type="submit"] {
    border-radius: 5px !important;
    margin-top: 30px;
    height: 45px;
    line-height: 1;
    font-family: 'AvenirLT-Roman' !important;
    font-weight: normal;
}

@media only screen and (max-width: 640px) {
    .my-account-form input[type="submit"] {
        width: 100%;
    }
}


/* Credit card info */
.my-account__form-payment-methods {
    background: #fff;
}

/* table */
table.woocommerce-MyAccount-paymentMethods {
    position: relative;
}
.woocommerce-MyAccount-paymentMethods thead th {
    background: #1E283A;
    color: #fff;
    font-size: 18px;
    font-weight: normal !important;
    border-style: none !important;
    padding: 15px 70px !important;
    font-family: 'AvenirLT-Roman' !important;
}
.woocommerce-MyAccount-paymentMethods tbody td {
    border: none !important;
    padding: 20px 70px !important;
    font-size: 16px !important;
    font-family: 'AvenirLT-Roman' !important;
}
.woocommerce-MyAccount-paymentMethods tbody tr {
    position: relative;
}
@media only screen and (max-width: 480px) {
    .woocommerce-MyAccount-paymentMethods tbody tr td {
        display: flex !important;
        flex-direction: column;
        align-items: start;
        padding: 15px 20px !important;
    }
}

table.woocommerce-MyAccount-paymentMethods:after,
.woocommerce-MyAccount-paymentMethods tbody tr:not(:first-of-type):after {
    content:'';
    position:absolute;
    width: 95%;
    height: 1px;
    background: #ccc;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
}

.woocommerce-MyAccount-paymentMethods .payment-method-actions .default-option {
    background: rgba(140, 198, 63,0.15);
    color: #8CC63F;
    border-radius: 5px;
    padding: 5px 15px;
    display: inline-block;
    white-space: nowrap;
}

.woocommerce-MyAccount-paymentMethods .payment-method-actions .delete {
    border: 1px solid #8CC63F;
    border-radius: 5px;
    background: transparent;
    color: #8CC63F;
    font-size: 14px;
    margin: 5px 10px 5px;
}
@media only screen and (max-width: 480px) {
    .woocommerce-MyAccount-paymentMethods .payment-method-actions .delete {
        margin: 5px 0px 10px;
    }
}
.woocommerce-MyAccount-paymentMethods .payment-method-actions .default {
    border: 1px solid #8CC63F;
    border-radius: 5px;
    background: #8CC63F;
    color: #fff;
    font-size: 14px;
}

.woocommerce-MyAccount-paymentMethods .payment-method-actions .delete:hover {
    color: #fff;
}

/* CC form */
.my-account__form-payment-methods #add_payment_method {
    padding: 10px 35px;
}
.my-account__form-payment-methods #add_payment_method .woocommerce-Payment {
    display: none;
}
.my-account__form-payment-methods #add_payment_method .woocommerce-Payment ul.payment_methods {
    border: none !important;
}
.my-account__form-payment-methods #add_payment_method .woocommerce-Payment .payment_box {
    background-color: transparent !important;
    padding: 0 !important;
}
.my-account__form-payment-methods #add_payment_method .woocommerce-Payment .payment_box:before {
    display: none !important;
}
.my-account__form-payment-methods #add_payment_method .woocommerce-Payment .form-row #place_order {
    float: none;
}
.my-account__form-payment-methods #add_payment_method .woocommerce-Payment .form-row .toggle-credit-card-form {
    padding: 10px 20px !important;
    margin-left: 10px;
    max-width: 145px;
    width: 100%;
    display: inline-block;
    text-align: center;
}
@media only screen and (max-width: 650px) {
    .my-account__form-payment-methods #add_payment_method {
        padding: 10px 15px;
    }
    .my-account__form-payment-methods #add_payment_method .woocommerce-Payment .form-row #place_order,
    .my-account__form-payment-methods #add_payment_method .woocommerce-Payment .form-row .toggle-credit-card-form {
        max-width: 100%;
        margin-left: 0;
    }
}

/* stripe fields */
.my-account__form-payment-methods #wc-stripe-cc-form.wc-credit-card-form .form-row {
    padding: 0 !important;
    margin: 0 !important;
}
.my-account__form-payment-methods #wc-stripe-cc-form.wc-credit-card-form br {
    display: none !important;
}
.my-account__form-payment-methods #wc-stripe-cc-form.wc-credit-card-form .stripe-source-errors .wc-stripe-error{
    margin-top: 20px;
    margin-bottom: 0;
}
.my-account__form-payment-methods #wc-stripe-cc-form .wc-stripe-elements-field {
    border-radius: 3px;
    padding: 15px;
}

/* My courses page */

/* Login form */
.stepps-courses-login-register {
    max-width: 460px;
    margin: auto;
    font-family: 'AvenirLT-Light' !important;
}
.stepps-courses-login-register .form__heading {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 16px;
}
.stepps-courses-login-register .form_footer {
    margin-top: 23px;
    text-align: center;
    color: #fff;
}
.stepps-courses-login-register .form_footer a {
    color: #6BABFF;
}
.stepps-courses-login-register .woocommerce-form {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
}
.stepps-courses-login-register .woocommerce-form i.fas {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}
.stepps-courses-login-register .woocommerce-form .input-text {
    border-radius: 3px;
    height: 54px;
    padding-left: 35px;
}
.stepps-courses-login-register .woocommerce-form .woocommerce-button {
    border-radius: 3px !important;
    background-color: #8CC63F !important;
    font-size: 18px !important;
    padding: 16px !important;
    width: 100%;
    font-family: 'AvenirLT-Medium' !important;
    font-weight: normal;
}
.stepps-courses-login-register .woocommerce-form .form-row {
    padding: 0;
    margin-bottom: 12px;
}

.stepps-courses-login-register .woocommerce-form-register .input-text ,
.stepps-courses-login-register .lost_reset_password  .input-text {
    padding-left: 16px;
}

.stepps-courses-login-register .woocommerce-form-register .woocommerce-privacy-policy-text {
    text-align: center;
    margin-bottom: 14px;
}


/* Purchase history */
.my-account__purchase-history {

}

.purchase-history__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.purchase-history-filter {
    display: flex;
    height: 40px;
    font-family: 'AvenirLT-Book' !important;
}
.purchase-history-filter .text-input {
    background-color: #fff !important;
    border-radius: 5px 0 0 5px;
    width: 400px;
    border: none !important;
}
.purchase-history-filter select {
    width: 215px;
    margin-left: 15px;
    border-radius: 5px;
    font-size: 16px;
    box-shadow: none;
    font-family: inherit;
}
.purchase-history-filter .btn-my-account{
    color: #fff;
    line-height: 1;
    border-radius: 0 5px 5px 0 !important;
}

.purchase-history__row {
    display: flex;
    flex-wrap: wrap;
}

.purchase-history__row.loading {
    height: 50vh;
}
.purchase-history__row.loading .stepps-course-preloader-wrapper {
    background: transparent;
}
.purchase-history__col {
    width: calc(100%/3 - 15px);
    border-radius: 4px;
    background: #fff;
    margin: 7.5px;
    padding: 30px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
    .purchase-history__heading {
        display: block;
    }
    .my-account__heading-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .purchase-history-filter select {
        width: 100%;
    }
}
@media only screen and (max-width: 1140px) {
    .purchase-history__col {
        width: calc(100%/2 - 15px);
    }
}
@media only screen and (max-width: 850px) {
    .purchase-history-filter .text-input {
        width: 360px;
    }
    .purchase-history__col .order-info {
        display: block !important;
    }
    .purchase-history__col .order-info-row {
        margin-bottom: 20px !important;
    }
}
@media only screen and (max-width: 650px) {
    .my-account__heading-title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .purchase-history-filter {
        display: block;
        height: unset;
    }
    .purchase-history-filter > .d-flex {
        height: 40px;
    }
    .purchase-history-filter .text-input {
        width: 100%;
    }
    .purchase-history-filter select {
        margin-left: 0;
        margin-top: 10px;
    }
    .purchase-history__col {
        width: 100%;
        margin: 5px 0;
    }
}

.purchase-history__col .course-title {
    font-size: 20px;
    margin-bottom: 38px;
}

.purchase-history__col .order-info {
    display: flex;
    justify-content: space-between;
}

.purchase-history__col .order-info .order-info-row {
    display: flex;
    align-items: center;
}

.purchase-history__col .order-info i.stepps-icon {
    font-size: 36px;
    color: #98CC53;
}

.purchase-history__col .order-info label {
    font-size: 12px;
    color: #98CC53;
}

.purchase-history__col .order-info .col-1 {
    padding-right: 10px;
    display: flex;
}

.purchase-history__col .order-info .col-2 {
    display: flex;
    flex-direction: column;
}

.purchase-history__col .order-info .info {
    font-size: 16px;
}

/* Learndash */

.ld-profile-avatar img {
    /* width: 35px !important; */
    /* height: 35px !important; */
    object-fit: cover;
    object-position: center;
}

/* Thank you page */
body.woocommerce-order-received .container-wrap {
    background: #F9F9F9;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stepps-thankyou-container {
    max-width: 800px;
    padding: 120px 90px;
    background: #fff;
    margin: auto;
    text-align: center;
}
.stepps-thankyou-container .thankyou-heading {
    font-size: 50px;
    margin-bottom: 20px;
    line-height: 1;
}
.stepps-thankyou-container .thankyou-content {
    font-size: 22px;
}
.stepps-thankyou-container .thankyou-content.course-title {
    color: #8CC63F;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 40px;
}
.stepps-thankyou-container .thankyou-button {
    font-size: 18px !important;
    max-width: 350px;
    display: inline-block;
    width: 100%;
    color: #fff;
}
.stepps-thankyou-container .thankyou-button.btn-outline {
    background-color: #fff !important;
    color: #8CC63F !important;
    border: 1px solid #8CC63F;
}
@media only screen and (max-width: 999px) {
    .stepps-thankyou-container {
        padding: 70px 20px;
    }
}

/* Header menu */
@media only screen and (max-width: 999px) {
    #header-outer .row .col.span_3 {
        width: 100%;
        text-align: center;
    }
}

/* Newsletter */
#newsletter-row .vc_column-inner > .wpb_wrapper {
    background: #fff;
    border-radius: 5px;
    padding: 57px 77px;
    max-width: 800px;
    margin: auto;
    position: relative;
}
#newsletter-row .wpb_wrapper i.newsletter {
    font-size: 60px;
    color: #8CC63F;
}
#newsletter-row .wpb_wrapper .font-primary-black {
    font-size: 40px;
}
#newsletter-row .wpb_wrapper .font-primary-roman {
    font-size: 22px;
}
#newsletter-row .wpb_wrapper .font-primary-medium {
    font-size: 24px;
}
@media only screen and (max-width: 999px) {
    #newsletter-row .vc_column-inner > .wpb_wrapper {
        padding: 45px 30px;
        margin: 30px 0;
    }
    #newsletter-row .wpb_wrapper .font-primary-black {
        font-size: 32px;
    }
}
@media only screen and (max-width: 640px) {
    #newsletter-row .vc_column-inner > .wpb_wrapper {
        padding: 45px 30px 5px;
    }
}
/* gform */
#newsletter-row .gform_wrapper {
    margin-bottom: 0;
}
#newsletter-row .gform_wrapper .gform_body ul > li input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    height: 50px;
    border-radius: 3px;
    padding: 15px 20px;
    font-family: 'AvenirLT-Roman' !important;
}
#newsletter-row .gform_wrapper .gform_body ul > li.gfield {
    margin-top: 0 !important;
}
#newsletter-row .gform_wrapper .gform_footer {
    text-align: center;
    margin-top: 5px;
}
#newsletter-row .gform_wrapper .gform_footer input[type=submit] {
    border-radius: 3px;
    font-size: 20px;
    font-family: 'AvenirLT-Medium' !important;
    font-weight: normal;
    line-height: 1;
}

/* gform errors */
#newsletter-row .gform_wrapper .validation_error {
    display: none;
}
#newsletter-row .gform_wrapper .gform_body ul > li.gfield.gfield_error {
    border: none !important;
    background: none;
    padding-top: 0;
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
#newsletter-row .gform_wrapper .gform_body ul > li {

}
#newsletter-row .gform_wrapper .gform_body ul > li.gfield.gfield_error .validation_message {
    padding-top: 0;
}

.stepps-user-avatar img {
    width: 33px !important;
    height: 33px !important;
    border-radius: 50%;
    margin: 0;
    object-position: center;
    object-fit: cover;
    margin-bottom: 0 !important;
}
