.grecaptcha-badge {
    display: none;
}

.front-page__welcome:before,
.front-page__welcome:after {
    content: "";
    background: #97999a;
    top: 0;
    bottom: 0;
}

.front-page__welcome:before {
    left: -100%;
    right: 100%;
}

.front-page__welcome:after {
    left: 100%;
    right: -100%;
}

.woocommerce #customer_login .register-area h2 {
    padding-top: 0 !important;
}

.woocommerce #customer_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding-bottom: 50px;
}

.woocommerce #customer_login h2 {
    margin-bottom: 35px;
}

.header__column3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.tutor-course-single-content-wrapper .tutor-video-player iframe {
    aspect-ratio: 16/9;
}

.woocommerce-checkout textarea[name=order_comments] {
    height: 143px !important;
}

.single-product .product-info #slider .flex-viewport {
    height: 400px;
}

.single-product .product-info #slider .flex-viewport img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.single-product .product-info #slider .flex-viewport .slides,
.single-product .product-info #slider .flex-viewport .slides > li {
    height: 100%;
}

.tutor-course-details-page .mce-tinymce .mce-btn-group button[type="button"] {
    background: #ddd;
}

.header__column3 .elementor-menu-cart--cart-type-side-cart {
    margin-bottom: 0 !important;
}

.woocommerce .product-grid {
    list-style-type: none;
}


.tutor-course-loop-price .tutor-d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.tutor-course-loop-price .tutor-d-fle .list-item-button {
    width: 100%;
}

.tutor-course-loop-price .tutor-d-fle .list-item-button a {
    display: block;
}


.woocommerce-billing-fields #billing_country_field {
    display: none;
}

.woocommerce-billing-fields #billing_address_1_field {
    float: right;

}

.woocommerce-billing-fields #billing_city_field {
    float: left;

}

.woocommerce-billing-fields #billing_city_field,
.woocommerce-billing-fields #billing_address_1_field {
    width: 47%;
    overflow: visible;
    clear: inherit !important;
}


.woo-access-period {
    margin-top: 10px;
}

.tutor-icon-calendar:before {
    content: "";
    background: url('../icons/calendar.svg') no-repeat center;
    display: block;
    height: 20px;
    width: 20px;
    background-size: cover;
}

.tutor-course-top-info .tutor-video-player {
    aspect-ratio: 16/9;
}

.tutor-course-top-info .tutor-video-player iframe,
.tutor-course-top-info .tutor-video-player > div {
    height: 100%;
    width: 100%;

}

.woocommerce-message .button {
    color: #fff !important;
}

/**
WOO PLANS
 */
.woo-yoga-plans__wrapper {
    margin: 50px auto 100px;
    width: 95%;

}

.woo-yoga-plans__section-title {
    margin-top: 0;
}

.woo-yoga-plans__section-title,
.woo-yoga-plans__section-description {
    text-align: center;
}

.woo-yoga-plans__section-description {
    font-size: 18px;
    color: #000;
}

.woo_yoga_plans__table {
    gap: 30px;
    display: flex;

    align-items: start;
}

.woo-yoga-plans__header {
    margin-bottom: 80px;
}


.woo_yoga_plans__item {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F15945;
    padding: 60px 20px 20px 20px;
    border-radius: 10px;
    position: relative;
    width: 100%;
}

.woo_yoga_plans__type {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(15px, -30px);
}


.woo_yoga_plans__type .text {
    position: absolute;
    top: calc(50% - 24px);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    padding-left: 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    opacity: 1;
}

.woo_yoga_plans__btn-pay {
    display: inline-block;
    margin: auto;
    text-align: center;
    width: 100%;
    background: #f15945;
    padding: 14px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    transition: .3s ease-in-out;
    border: 1px solid #f15945;
}

.woo_yoga_plans__btn-pay:hover {
    color: #f15945;
    background: #fff;
}

.woo_yoga_plans__save {
    color: #09924e;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0;
}

.woo_yoga_plans__old-price {
    color: #000;
    font-size: 23px;
    font-weight: 700;
    text-decoration-line: line-through;
}


.woo_yoga_plans__new-price .value {
    color: #f15945;
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
}

.woo_yoga_plans__new-price {
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.woo_yoga_plans__description ul {
    padding-left: 0;
    margin: 0;
}

.woo_yoga_plans__description {
    color: rgb(73, 73, 73);
}

.woo_yoga_plans__description li {
    position: relative;
    list-style: none;
    padding-left: 30px;
}

.woo_yoga_plans__description li:not(:last-child) {
    margin-bottom: 10px;
}

.woo_yoga_plans__description li:before {
    content: "";
    background: url("../icons/tick-orange.svg") no-repeat center;
    height: 20px;
    width: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
}

.woo_yoga_plans__image {
    margin: 15px 0;
}


.woo-strange-categories__item--title {
    text-align: center;
    font-size: 25px;
    color: rgb(73, 73, 73);
    font-weight: 600;
    margin-bottom: 25px;
}

.woo-strange-categories__item--btn {
    text-align: center;
}

.woo-strange-categories__item--btn a {
    background: #f15945;
    padding: 2px 40px;
    border-radius: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    transition: .3s ease-in-out;
    border: 1px solid #f15945;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
}

.woocommerce .cart-collaterals h2 {
    font-size: 20px;
    text-align: center;
}

.woocommerce table.shop_table tr td,
.woocommerce-page table.shop_table tr td {
    padding: 23px 12px;
}

.woocommerce .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text {
    margin-bottom: 0 !important;
}

.woocommerce .woocommerce-checkout-payment .woocommerce-terms-and-conditions-wrapper label.checkbox {
    padding-left: 0 !important;
}

.woocommerce .woocommerce-notices-wrapper .wc-forward {
    font-size: 13px;
    text-transform: uppercase;
    padding: 11px 25px;
    border: none;
    line-height: 1.7em;
    float: right;
    background: #f15945;
    color: #fff;
}

.woocommerce-cart-form .shop_table .actions .coupon .input-text {
    max-width: 180px !important;
    width: 100% !important;
}

.woocommerce .woocommerce-cart-form table.shop_table th {
    font-size: 15px !important;
}


.woocommerce-page .woocommerce .woocommerce-info,
.woocommerce-page .woocommerce .wc-block-components-notice-banner,
.woocommerce-page .woocommerce .wc-block-components-notice-banner.is-success,
.woocommerce-page .woocommerce .woocommerce-message {
    border-top: none;
    color: #31708f;
    background: #d9edf7;
    padding: 10px 15px !important;
}

.woocommerce-page .woocommerce .wc-block-components-notice-banner svg {
    margin-right: 10px;
}


.woocommerce .woocommerce-notices-wrapper {
    margin-bottom: 25px;
}

.woocommerce .cart_totals table.shop_table tr td,
.woocommerce-page .cart_totals table.shop_table tr td {
    padding: 0 !important;
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail {
    padding-left: 5px;
    padding-right: 5px;
}

.woocommerce table.woocommerce-cart-form th {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals th {
    padding: 0 !important;
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-remove,
body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .product-thumbnail {
    padding-right: 10px !important;
}

body.woocommerce-cart .entry-content .woocommerce .woocommerce-cart-form .shop_table .actions {
    padding-top: 20px !important;
}

.site-content {
    padding: var(--thim-padding-content-pdtop-desktop, 60px) 15px var(--thim-padding-content-pdbottom-desktop, 90px) !important;
}

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

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    margin-bottom: 0;
}


body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals table {
    border-collapse: separate !important;
    border-spacing: 0 10px;
}

body.woocommerce-cart .entry-content .woocommerce .cart-collaterals .cart_totals .order-total th,
body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
    border-top: 1px solid #f15945 !important;
    padding: 10px 0 0 0 !important;
}


.thim-product-grid .product-grid .product__title a.button,
.related .product-grid .product__title a.button {
    background: #f15945 !important;
    padding: 10px 10px;
    border-radius: 10px;
    color: #fff;
    font-size: 13px;
    transition: .3s ease-in-out;
    border: 1px solid #f15945;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.thim-product-grid .product-grid .product__title a.button:hover,
.related .product-grid .product__title a.button:hover {
    background: #fff !important;
}

.woocommerce-form-coupon-toggle a {
    margin-left: 10px;
}

.woocommerce-page .woocommerce-checkout-review-order table.shop_table tr td,
.woocommerce-page .woocommerce-checkout-review-order table.shop_table tr th {
    padding: 12px 12px;
}


.switch-layout-container {
    background: transparent;
}

.switch-layout-container .woocommerce-ordering select {
    background-color: var(--thim-bg-switch-layout-style, #f5f5f5);
}

.woocommerce-bacs-bank-details h3 {
    font-size: 18px;
}


.woocommerce-order-received .woocommerce-order-details table.shop_table tr td {
    padding: 15px 15px;
}

.woocommerce-order ul.order_details {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.woocommerce-order ul.order_details:before {
    content: none;
}

.woocommerce-order h2 {
    font-size: 22px;
}

.woocommerce-order .woocommerce-notice--success {
    border: 1px solid #f15945;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
    color: #f15945;
    font-weight: 400;
}

.thim-social-share .fa {
    font-family: 'FontAwesome';
}

.woocommerce form .form-row button[type=submit],
.woocommerce-page form .form-row button[type=submit] {
    font-size: 13px;
}

.elementor-nav-menu--main .elementor-nav-menu a{
    padding: 12px 12px!important;
}

.woocommerce-message:before,
.woocommerce-info:before {
    transform: translateY(0) !important;
    left: 0!important;
    position: relative!important;
    margin-right: 0;
}

.woocommerce-checkout-payment .payment_method_stripe .Input{
    background: #fff!important;
    background-color: #fff!important;
}



/**
responsive.css
 */

@media screen and (max-width: 1024px) {
    .header__column3 .elementor-widget-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .header__column3 .elementor-widget-wrap > div {
        width: auto;
    }

    .header__cart {
        margin-bottom: 0 !important;
    }
}

@media screen and (max-width: 960px) {
    .woo_yoga_plans__table {
        row-gap: 50px;
    }

    .woo_yoga_plans__item,
    .woo-strange-categories__item {
        width: 48%;
    }

    .woo_yoga_plans__table,
    .woo-strange-categories__categories {
        flex-wrap: wrap;
        justify-content: center;
    }

}


@media screen and (max-width: 768px) {
    .woocommerce #customer_login {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .main-site-logo img {
        width: 100% !important;
        height: 45px;
    }

    .header__main > .elementor-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2,
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1 {
        float: none;
        width: 100%;
    }

    

    .woo_yoga_plans__item {
        width: 100%;
        max-width: 400px;
    }

    .woo-strange-categories__item {
        width: 100%;
        max-width: 350px;
    }

    .woo_yoga_plans__type {
        transform: translate(11px, -20px);
    }

    .woo_yoga_plans__type svg {
        height: 75px;
        width: auto;
    }

    .woo_yoga_plans__type .text {
        font-size: 14px;
    }

    .woo_yoga_plans__btn-pay {
        padding: 5px 10px;
        font-size: 15px;

    }

    .woo-yoga-plans__wrapper {
        margin: 50px auto 50px !important;
    }

    .section-mailchimp {
        padding: 50px 0px 50px 0px !important;
    }

}

