@keyframes ld-cycle {
    0%, 50%, to {
        animation-timing-function: cubic-bezier(.5, .5, .5, .5)
    }
    0% {
        transform: rotate(0)
    }
    50% {
        transform: rotate(180deg)
    }
    to {
        transform: rotate(1turn)
    }
}

.button:after, .button:not([disabled]):hover:after {
    box-shadow: none
}

.th_subscription_section {
    box-sizing: border-box;
    display: inline-block;
    padding: 30px 0;
    width: 100%
}

.th_subscription_section div, .th_subscription_section input, .th_subscription_section label, .th_subscription_section legend, .th_subscription_section select, .th_subscription_section span {
    box-sizing: border-box
}

.th_subscription_section .th_sp_wf_cls {
    float: left;
    width: 100%
}

.th_subscription_section .th_subscription_section_title {
    margin-bottom: 5px
}

.th_subscription_section .th_subscription_section_outer {
    border-bottom: 1px solid #eee
}

.th_subscription_section .th_subscription_fieldset {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 15px
}

.th_subscription_fieldset .th_subscription_group_label {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    line-height: normal !important;
    margin: 0 !important;
    padding: 0 !important
}

.th_subscription_fieldset .th_subscription_group_label .th_subscription_fieldset_radio {
    height: 15px;
    margin-right: 8px;
    min-height: inherit !important;
    width: auto
}

.th_subscription_fieldset .th_subscription_group_label .th_subscription_fieldset_name {
    font-size: 14px;
    font-weight: 600;
    font-weight: 400 !important;
    line-height: 20px
}

.th_subscription_fieldset .th_subscription_group_label .th_subscription_fieldset_discount_val em {
    background-color: #2d4f1e;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0 3px;
    padding: 3px 5px
}

.th_subscription_fieldset .th_subscription_group_label .th_subscription_fieldset_discount_min_price {
    font-size: 14px;
    line-height: 20px;
    margin-left: auto;
    padding-left: 10px
}

.th_subscription_fieldset .th_subscription_group_label .th_subscription_fieldset_discount_min_price span {
    padding-left: 2px
}

.th_subscription_fieldset .th_subscription_spg_plan {
    padding: 15px 20px 0
}

.th_subscription_fieldset .th_subscription_spg_plan .th_subscription_spg_plan_title {
    line-height: normal !important;
    margin: 0 !important;
    padding: 0 0 10px !important
}

.th_subscription_fieldset .th_subscription_spg_plan .th_subscription_spg_plan_select {
    min-height: inherit !important;
    width: 100%
}

.th_subscription_fieldset .th_subscription_spg_plan.th_subscription_otp_empty_hide {
    display: none !important
}

.thsb_pp_order_scheduled {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.thsb_pp_order_scheduled .thsb_pp_order_scheduled_title {
    border-top: 1px solid #eee;
    padding: 20px 0 0
}

.thsb_pp_order_scheduled .thsb_pp_order_scheduled_title h4 {
    font-size: 16px;
    line-height: normal;
    margin: 0;
    padding: 0
}

.thsb_pp_order_scheduled .thsb_pp_order_scheduled_ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0
}

.thsb_pp_order_scheduled .thsb_pp_order_scheduled_ul li {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 -15px;
    padding: 0 0 10px
}

.thsb_pp_order_scheduled .thsb_pp_order_scheduled_ul .thsb_pp_order_scheduled_col_small {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px
}

.thsb_pp_order_scheduled .thsb_pp_order_scheduled_ul .thsb_pp_order_scheduled_col_big {
    display: flex;
    flex: 0 0 50%;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 50%;
    padding: 0 15px
}

.thsb_pp_order_scheduled .thsb_pp_order_scheduled_ul .thsb_pp_order_scheduled_col span {
    font-size: 14px;
    line-height: normal;
    margin: 0;
    padding: 0
}

.thsb_pp_order_scheduled .thsb_pp_order_scheduled_ul .thsb_pp_order_scheduled_head span {
    font-weight: 700
}

.thsb_pp_order_scheduled .thsb_pp_order_scheduled_ul .thsb_pp_order_scheduled_btns {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px
}

.thsb_pp_order_scheduled .thsb_pp_order_scheduled_ul .thsb_pp_order_scheduled_single_btn {
    flex: 0 0 auto;
    margin: 0;
    max-width: none;
    padding: 0 5px
}

.thsb_pp_order_scheduled .thsb_pp_order_scheduled_ul .thsb_pp_order_scheduled_single_btn a span {
    font-size: 12px
}

.thsb_pp_order_fulfilled {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.thsb_pp_order_fulfilled .thsb_pp_order_fulfilled_title {
    border-top: 1px solid #cdcdcd;
    margin: 10px 0 0;
    padding: 20px 0 0
}

.thsb_pp_order_fulfilled .thsb_pp_order_fulfilled_title h4 {
    font-size: 16px;
    line-height: normal;
    margin: 0;
    padding: 0
}

.thsb_pp_order_fulfilled .thsb_pp_order_fulfilled_ul {
    list-style: none;
    margin: 0;
    padding: 10px 0 0
}

.thsb_pp_order_fulfilled .thsb_pp_order_fulfilled_ul li {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0 -15px;
    padding: 0 0 10px
}

.thsb_pp_order_fulfilled .thsb_pp_order_fulfilled_ul li .thsb_pp_order_fulfilled_col:nth-child(2) {
    text-align: center
}

.thsb_pp_order_fulfilled .thsb_pp_order_fulfilled_ul li .thsb_pp_order_fulfilled_col:last-child {
    text-align: right
}

.thsb_pp_order_fulfilled .thsb_pp_order_fulfilled_ul .thsb_pp_order_fulfilled_col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 15px
}

.thsb_pp_order_fulfilled .thsb_pp_order_fulfilled_ul .thsb_pp_order_fulfilled_col span {
    font-size: 14px;
    line-height: normal;
    margin: 0;
    padding: 0
}

.thsb_pp_order_fulfilled .thsb_pp_order_fulfilled_ul .thsb_pp_order_fulfilled_head span {
    font-weight: 700
}

.th_subscription_radio_section {
    display: inline-block;
    margin: 15px 0;
    width: 100%
}

.th_subscription_radio_section input[type=radio] {
    display: none !important
}

.th_subscription_radio_section .th_subscription_section_title {
    display: inline-block;
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 5px;
    padding: 0;
    width: 100%
}

.th_subscription_radio_section .th_subscription_radio_section_outer {
    border: 1px solid #eee;
    margin: 0;
    padding: 15px
}

.th_subscription_radio_section .th_subscription_radio_plans {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 0
}

.th_subscription_radio_section .th_subscription_radio_fieldset {
    flex-basis: revert;
    flex-grow: 1;
    margin: 0 0 10px;
    max-width: 100%;
    padding: 0;
    width: 100%
}

.th_subscription_radio_section .th_subscription_radio_fieldset:last-child {
    margin-bottom: 0 !important
}

.th_subscription_radio_section .th_subscription_radio_label_outer {
    display: flex;
    height: auto;
    text-align: center;
    width: 100%
}

.th_subscription_radio_section .th_subscription_radio_label_outer label {
    align-items: center;
    border: 1px solid #eee;
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: left;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    width: 100%
}

.th_subscription_radio_section .th_subscription_radio_label_outer input:checked + label {
    border-color: #006e52;
    color: #006e52
}

.th_subscription_radio_section .th_subscription_radio_label_outer .th_subscription_radio_fieldset_discount_min_price {
    font-size: 14px;
    line-height: normal;
    margin-left: auto
}

.th_subscription_radio_section .th_subscription_radio_label_outer .th_subscription_radio_fieldset_discount_min_price span {
    padding-left: 3px
}

.th_subscription_radio_section .th_subscription_radio_label_outer .th_subscription_radio_fieldset_discount_val em {
    background-color: #2d4f1e;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 0 3px;
    padding: 3px 5px
}

.th_subscription_radio_section .th_subscription_radio_interval {
    line-height: 0;
    margin: 15px 0 0;
    padding: 0;
    width: 100%
}

.th_subscription_radio_section .th_subscription_radio_spg_plan_label {
    display: inline-block;
    margin: 0 0 10px;
    padding: 0;
    width: 100%
}

.th_subscription_radio_section .th_subscription_radio_spg_plan_label_title {
    float: left;
    font-size: 14px;
    line-height: normal;
    margin: 0;
    padding: 0;
    width: 100%
}

.th_subscription_radio_section .th_subscription_radio_spg_plan_detail {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

.th_subscription_radio_section .th_subscription_radio_spg_plan_detail:last-child .th_subscription_radio_spg_plan_inner_label {
    margin: 0 !important
}

.th_subscription_radio_section .th_subscription_radio_spg_plan_detail .th_subscription_radio_checked {
    display: none
}

.th_subscription_radio_section .th_subscription_radio_spg_plan_detail input:checked + label {
    color: #006e52
}

.th_subscription_radio_section .th_subscription_radio_spg_plan_detail input:checked + label .th_subscription_radio_checked {
    fill: #006e52;
    display: block
}

.th_subscription_radio_section .th_subscription_radio_spg_plan_detail input:checked + label .th_subscription_radio_non_checked {
    display: none
}

.th_subscription_radio_section .th_subscription_radio_spg_plan_inner_label {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin: 0 0 12px;
    padding: 0;
    width: 100%
}

.th_subscription_radio_section .th_subscription_radio_spg_plan_svg {
    flex: 0 0 auto;
    line-height: 20px;
    margin: 0;
    max-width: none;
    padding: 0 10px 0 0
}

.th_subscription_radio_section .th_subscription_radio_spg_plan_svg svg {
    float: left;
    height: 16px;
    width: 16px
}

.th_subscription_radio_section .th_subscription_radio_spg_plan_title {
    flex-basis: 0;
    flex-grow: 1;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    max-width: 100%;
    padding: 0
}

.th_subscription_radio_section .th_subscription_radio_spg_plan_price_delivery {
    flex: 0 0 auto;
    line-height: 20px;
    margin: 0;
    max-width: none;
    padding: 0 0 0 10px
}

.th_subscription_radio_section .th_subscription_radio_spg_plan_price_delivery em {
    float: left;
    font-size: 14px;
    font-style: normal !important;
    line-height: 20px;
    width: auto
}

.th_subscription_radio_section .th_subscription_radio_spg_plan_price_delivery .th_subscription_radio_spg_plan_separate {
    padding: 0 2px
}

.thsb_subscription_description_section {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 10px 0 0;
    position: relative;
    width: 100%
}

.thsb_subscription_description_section .thsb_subscription_description_inner {
    align-items: center;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    width: 100%
}

.thsb_subscription_description_section .thsb_subscription_description_logo {
    flex: 0 0 auto;
    margin: 0 5px 0 0;
    width: auto
}

.thsb_subscription_description_section .thsb_subscription_description_logo svg {
    fill: #006e52;
    float: left;
    height: 22px;
    width: 22px
}

.thsb_subscription_description_section .thsb_subscription_description_text {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
    width: auto
}

.thsb_subscription_description_section .thsb_subscription_description_text p {
    float: left;
    font-size: 15px;
    line-height: normal;
    margin: 0;
    padding: 0;
    width: 100%
}

.thsb_subscription_description_section .thsb_subscription_description_tooltip {
    background: #006e52;
    color: #fff;
    left: 0;
    margin: 0;
    max-width: 250px;
    padding: 10px;
    position: absolute;
    top: calc(100% + 5px);
    visibility: hidden;
    width: 100%;
    z-index: -9
}

.thsb_subscription_description_section .thsb_subscription_description_tooltip:after {
    border-bottom: 6px solid #006e52;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    height: 0;
    left: 5px;
    position: absolute;
    top: -6px;
    width: 0
}

.thsb_subscription_description_section .thsb_subscription_description_tooltip p {
    color: #fff;
    font-size: 14px;
    margin: 0 0 10px
}

.thsb_subscription_description_section .thsb_subscription_description_tooltip p:last-child {
    margin: 0
}

.thsb_subscription_description_section:hover .thsb_subscription_description_tooltip {
    visibility: visible;
    z-index: 9
}

input.th_subscription_fieldset_radio[type=radio] {
    -webkit-appearance: radio
}

.wc_add_product_button_div {
    display: flex;
    float: right
}

.wc_add_product_button_div .wc_add_product_button_submit {
    border-radius: 5px;
    line-height: normal;
    margin-right: 13px;
    width: 100%
}

.wc_add_product_button_div .wc_add_product_button_cancel {
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    line-height: normal;
    padding: 8px 15px;
    width: 100%
}

.wc_add_product_btn {
    border-radius: 5px;
    font-size: 14px;
    line-height: normal;
    min-width: 180px;
    width: 100%
}

.wc_footer_div .previous_next_btn_div {
    display: flex;
    flex-wrap: wrap
}

.wc_footer_div .previous_next_btn_div .wc_pager {
    display: flex
}

a.th_subscription_cp_link {
    display: block
}

/*# sourceMappingURL=subscription_app_new.css.map*/
