.subscribe-and-save.switch-buttons {

    margin-top: 30px;

    /*SELECT*/

    .purchase_box {
        /*float: left;*/
        width: 100%;
        background: #fff;
        padding: 20px 20px;
        margin-top: 30px;
        box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 0 9px 2px rgba(0, 0, 0, 0.1);
        padding-top: 30px;

        /*margin: 0px;*/
        /*margin-top: 30px;*/
        /*padding: 0px;*/
        /*border: none;*/
        /*background: none;*/
        /*box-shadow: none;*/
        /*-webkit-box-shadow: none;*/
    }

    .switch_optBox {
        width: 100%;
        background: #ededed;
        border-radius: 8px;
        margin: 0 auto 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 10px 10px;
        display: flex !important;
        /*margin-bottom: 35px;*/
    }

    .option_row {
        width: 49%;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        cursor: pointer;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        padding: 10px 10px;
    }

    .option_row.active {
        box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
        background: #fff;
        border-radius: 6px;
    }

    .option_col-left {
        padding-left: 38px;
        text-align: left;
        position: relative;
    }

    .option_row input[type=radio] {
        position: absolute;
        left: 0;
        opacity: 0;
    }

    .option_row input[type=radio] + span {
        position: absolute;
        top: 50%;
        left: 0;
        width: 26px;
        height: 26px;
        margin-top: -14px;
        border-radius: 50%;
        background: #000;
        border: 2px solid #0c426d;
        background: #fff;
    }

    .option_row.active input[type=radio] + span:after {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        background: #0c426d;
        border-radius: 50%;
        left: 4px;
        top: 4px;
    }

    .opt-text1 {
        font-size: 18px;
        line-height: 22px;
        color: #000;
        font-weight: bold;
        letter-spacing: 0.3px;
    }

    .opt-text2 {
        font-size: 15px;
        line-height: 20px;
        color: #000;
        margin-top: 5px;
        letter-spacing: 0.3px;
    }

    .opt-text2 span {
        display: inline-block;
        vertical-align: middle;
        font-size: 17px;
        line-height: 18px;
        color: #ffffff;
        padding: 5px 5px 4px;
        margin: -5px 5px 0 0;
        font-family: 'Trajan Pro';
        font-style: italic;
        border-radius: 5px;
        background-image: linear-gradient(227deg, #a0668a 0%, #4f3d77 100%);
    }

    .option_col-right {
        text-align: right;
    }

    ul.purchase_box-list{
        width: 100%;
        margin-top: 25px;
        margin-bottom:35px;
        display: flex;
        justify-content: space-between;
        padding:0 10px;
    }
    ul.purchase_box-list li{
        font-size:17px;
        line-height:20px;
        color:#000;
        text-align:left;
        background:url(images/check.png) no-repeat left 3px;
        background-size:15px;
        padding-left:23px;
    }
    ul.purchase_box-list li span{ font-weight:600;}

    @media only screen and (max-width: 1023px) {
        .switch_optBox {
            padding: 5px;
        }

        .option_row {
            padding: 8px;
            width: 50%;
        }

        ul.purchase_box-list{flex-wrap: wrap; margin:10px 0 20px 0;flex-direction: column;}
        ul.purchase_box-list li {font-size: 16px;padding-left: 30px;margin-top: 8px;background-size: 17px; line-height:22px; letter-spacing:0.3px;}

        .package_price{font-size: 22px;line-height: 25px;}
        .package_shiping {font-size: 15px;line-height: 20px;}

        .demand_strip p,.ship_strip p{font-size: 15px;}
        .postal_image {width: 60px;}

        .footer_text{ font-size:15px;}

    }

    @media only screen and (max-width: 999px) {
        .option_col-left{ padding-left:30px;}
        .option_row input[type=radio] + span{ width:22px; height:22px; margin-top:-11px;}
        .option_row.active input[type=radio] + span:after{ left:2px; top:2px;}
    }

    ul.purchase_box-list{
        float:left;
        width: 100%;
        margin-top: 20px;
    }
    ul.purchase_box-list li{
        float:left;
        width:100%;
        font-size:17px;
        line-height:24px;
        color:#000;
        text-align:left;
        margin-top:10px;
        letter-spacing:0.3px;
        background:url(images/check.png) no-repeat left 3px;
        background-size:20px;
        padding-left:35px;
    }
    ul.purchase_box-list li span{ font-weight:600;}
}

.subscribe-and-save.switch-tabs {
    .option_row{
        width:100%;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
        justify-content: space-between;
        position:relative;
        cursor:pointer;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .option_col-left{
        padding-left:38px;
        text-align:left;
        position:relative;
    }
    .option_row input[type=radio]{
        position:absolute;
        left:0;
        opacity:0;
    }
    .option_row input[type=radio] + span{
        position:absolute;
        top:50%;
        left:0;
        width:26px;
        height:26px;
        margin-top:-14px;
        border-radius:50%;
        background:#000;
        border:2px solid #0c426d;
        background:#fff;
    }
    .option_row.active input[type=radio] + span:after{
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        background: #0c426d;
        border-radius: 50%;
        left: 4px;
        top: 4px;
    }
    .opt-text1{
        font-size:22px;
        line-height:26px;
        color:#000;
        font-weight:bold;
        letter-spacing:0.3px;
    }
    .opt-text2{
        font-size:16px;
        line-height:20px;
        color:#000;
        margin-top:5px;
        letter-spacing:0.3px;
    }
    .opt-text2 span{
        display:inline-block;
        vertical-align:middle;
        font-size:17px;
        line-height:18px;
        color:#ffffff;
        padding:5px 5px 4px;
        margin:-5px 5px 0 0;
        font-family: 'Trajan Pro';
        font-style:italic;
        border-radius:5px;
        background-image: linear-gradient(227deg, #a0668a 0%, #4f3d77 100%);
    }
    .option_col-right{
        text-align:right;
    }

    .switch_optBox{
        float:left;
        width:100%;
        background:#fff;
        margin:0 auto;
        margin-top:0px;
        border: 1px solid #c0c8dc;
        box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    }
    .switch_optBox-col{
        width:100%;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .option_row{
        width:50%;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: center;
        justify-content: space-between;
        position:relative;
        cursor:pointer;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        padding:14px 14px;
        background: #f2fbff;
    }
    .option_row.active{
        background: #fff;
    }
    .option_col-left{
        padding-left:28px;
        text-align:left;
        position:relative;
    }
    .option_row input[type=radio]{
        position:absolute;
        left:0;
        opacity:0;
    }
    .option_row input[type=radio] + span{
        position:absolute;
        top:50%;
        left:0;
        width:18px;
        height:18px;
        margin-top:-9px;
        border-radius:50%;
        background:#000;
        border:1px solid #0c426d;
        background:#fff;
    }
    .option_row.active input[type=radio] + span:after{
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        background: #0c426d;
        border-radius: 50%;
        left: 4px;
        top: 4px;
    }
    .opt-text1{
        font-size:16px;
        line-height:20px;
        color:#000;
        font-weight:600;
        letter-spacing:0.3px;
    }
    .opt-text1 span{color: #de1818;}
    .opt-text2{
        font-size:15px;
        line-height:20px;
        color:#000;
        margin-top:5px;
        letter-spacing:0.3px;
    }
    .opt-text2 span{
        display:inline-block;
        vertical-align:middle;
        font-size:17px;
        line-height:18px;
        color:#ffffff;
        padding:5px 5px 4px;
        margin:-5px 5px 0 0;
        font-family: 'Trajan Pro';
        font-style:italic;
        border-radius:5px;
        background-image: linear-gradient(227deg, #a0668a 0%, #4f3d77 100%);
    }
    .option_col-right{
        text-align:right;
    }
    .pur-tab-cont{
        float:left;
        width:100%;
        padding:15px 20px 20px;
    }
    .sel-sub-tx{
        font-size:18px;
        line-height:22px;
        color:#1f404f;
        margin-bottom:10px;
        font-weight:600;
    }

    ul.subs-det{
        float:left;
        width:100%;
    }
    ul.subs-det li{
        float:left;
        width:50%;
        position:relative;
        padding-left:28px;
        margin-top:15px;
        font-size:15px;
        line-height:20px;
    }
    ul.subs-det li img{
        position:absolute;
        left:0;
        top:2px;
        width:18px;
    }
    .swtc-subs-tx, .subs-tx{
        font-size:14px;
        line-height:22px;
        color:#000;
        position:relative;
        padding-left:40px;
        margin-bottom:10px;
    }
    .subs-tx{padding-left:0;}
    .swtc-subs-tx span{
        font-weight:600;
        font-size:16px;
        margin-bottom:5px;
        display:inline-block;
        vertical-align:top;
    }

    .swtc-subs-tx:before {
        content: "";
        background: url(images/hand.svg) left top no-repeat;
        width: 50px;
        position: absolute;
        top:0;
        left: 0px;
        height:100px;
    }
    .otp-ea{
        float:left;
        width:100%;
        margin-top:5px;
        color:#000 !important;
        display:none;
        font-size:14px;
    }

    ul.purchase_box-list{
        width: 100%;
    }
    ul.purchase_box-list li{
        font-size:14px;
        line-height:18px;
        letter-spacing:0.3px;
        margin-bottom:10px;
        color:#000;
        text-align:left;
        background:url(images/check.png) no-repeat left 3px;
        background-size:15px;
        padding-left:25px;
    }
    ul.purchase_box-list li span{ font-weight:600;}
    ul.purchase_box-list li a{ word-break:break-all;}

}

.subscribe-and-save.switch-tabs-v2 {

    /*SELECT_OPTION*/
    .purchase_box{
        float:left;
        width:100%;
        background:#fff;
        margin-top:50px;
    }
    .switch_optBox{
        width:100%;
        margin:0 auto 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .option_row{
        width:50%;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items: flex-end;
        justify-content: space-between;
        position:relative;
        cursor:pointer;
        padding:14px 10px;
        background:#f5f5f5;
        border:1px solid #ddd;
    }
    .option_row.otp-opt{
        border-radius:0 10px 0 0;
        border-left:none;
		align-items: center;
        justify-content: center;
    }
    .option_row.sub-opt{
        border-radius:10px 0 0 0;
        border-right:none;
		align-items: center;
        justify-content: center;
    }
    .option_row.active{
        background:#fff;
        margin-top:-10px;
        border-radius:10px 10px 0 0;
        border-bottom:none;
    }
    .option_row.sub-opt.active{border-right:1px solid #ddd;}
    .option_row.otp-opt.active{ border-left:1px solid #ddd;}

    .option_col-left{
        padding-left:30px;
        text-align:left;
        position:relative;
    }
    .option_row input[type=radio]{
        position:absolute;
        left:0;
        opacity:0;
    }
    .option_row input[type=radio] + span{
        position:absolute;
        top:50%;
        left:0;
        width:22px;
        height:22px;
        margin-top:-11px;
        border-radius:50%;
        background:#000;
        border:2px solid #333;
        background:#fff;
    }
    .option_row.active input[type=radio] + span:after{
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: #000;
        border-radius: 50%;
        left: 4px;
        top: 4px;
    }
    .opt-text{
        font-size:17px;
        line-height:22px;
        color:#000;
    }
    .opt-text span.off{
        display:inline-block;
        vertical-align:middle;
        background:#e79109;
        padding:5px 10px 4px;
        border-radius:5px;
        font-size:15px;
        line-height:16px;
        margin-top:-2px;
        color:#fff;
    }
    .option_row.active .opt-text{
        font-weight:bold;
    }
    .sub-pkg, .otp-pkg {
        float:left;
        width:100%;
        padding: 20px 20px;
        border:1px solid #ddd;
        border-radius:0 0 10px 10px;
        border-top:none;
    }
    .subscribe_offer{
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        align-items:center;
        column-gap:20px;
        position:relative;
    }
    .subscribe_offer-product{
        width:120px;
        flex-shrink: 0;
    }
    .subscribe_offer-product img{
        display:block;
        margin:0 auto;
        max-width:100%;
    }
    .sub-pkg-right{
        width:calc(100% - 120px);
        padding-right:80px;
    }
    .subscribe_offer-about{
        text-align:left;
    }
    .subscribe_product-name{
        font-size:20px;
        line-height:28px;
        color:#000000;
        font-weight:bold;
    }
    .subscribe_product-name.fs-24{ font-size:24px;}
    .subscribe_product-about{
        font-size:17px;
        line-height:24px;
        letter-spacing:0.3px;
        color:#000000;
        margin-top:5px;
		word-break: break-word;
		font-size: 15px;
    }
    ul.subscribe_product-list{
        margin-top:10px;
    }
    ul.subscribe_product-list li{
        font-size:16px;
        line-height:24px;
        background:url(images/check.png) no-repeat left 3px;
        background-size:15px;
        color:#252525;
        margin-top:5px;
        padding-left:22px;
    }
    .one-time_offer{
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        column-gap:10px;
    }
    .switch_icon{
        width:40px;
        flex-shrink: 0;
    }
    .switch_icon img{
        display:block;
        margin:0 auto;
        max-width:100%;
        width:30px;
    }
    .switch_content{
        text-align:left;
    }
    .switch_text1{
        font-size:18px;
        line-height:26px;
        color:#000000;
        font-weight:bold;
    }
    .switch_text2{
        font-size:16px;
        line-height:24px;
        letter-spacing:0.3px;
        color:#000000;
        margin-top:7px;
    }
    .add_col{
        width:100px;
        flex-shrink: 0;
        display: flex;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .add_text{
        display: flex;
        align-items: center;
        column-gap:5px;
        background:#00be59;
        border-radius:8px;
        padding:9px 10px;
        font-size:18px;
        line-height:22px;
        color:#fff;
        font-weight:500;
        text-transform:uppercase;
        position: absolute;
        right:0;
        bottom:0;
    }
    .add_text img{
        width:20px;
    }
    .free_shiping-badge {
        display: flex;
        align-items: center;
        justify-content: center;
        margin:0 auto;
        width: 80px;
        height: 80px;
        border: 1px solid #000;
        border-radius: 50%;
        position: relative;
        font-family: Arial, sans-serif;
        text-align: center;
        position: absolute;
        right:0;
        top:0;
    }

    .ship-icon{
        position: absolute;
        left: 50%;
        top: 50%;
        width:40px;
        transform:translate(-50%,-55%);
        z-index:99;
    }
    .curve-text {
        position: absolute;
        width: 105%;
        height: 110%;
    }
    .curve-text path {
        fill: none;
    }
    .curve-text text {
        font-family: Arial, sans-serif;
        font-weight: 700;
        letter-spacing: 3px;
        font-size: 13px;
        fill: #000;
        background: #fff;
    }
    .curve-text-top{ top:5px;}

    .tabs-radio {
        width: 22px;
        height: 22px;
        z-index: 999999;
    }

    @media screen and (max-width: 480px) {

        .subscribe_product-name{
            font-size:15px;
            line-height:28px;
            color:#000000;
            font-weight:bold;
        }

        .option_col-left{
            padding-left:22px;
            text-align:left;
            position:relative;
        }
        .option_row input[type=radio] + span{
            position:absolute;
            top:50%;
            left:0;
            width:18px;
            height:18px;
            margin-top:-11px;
            border-radius:50%;
            background:#000;
            border:2px solid #333;
            background:#fff;
        }
        .option_row.active input[type=radio] + span:after{
            content: '';
            position: absolute;
            width: 6px;
            height: 6px;
            background: #000;
            border-radius: 50%;
            left: 4px;
            top: 4px;
        }
        .opt-text{
            font-size:11px;
            line-height:22px;
            color:#000;
        }
        .subscribe_product-about{
            font-size:17px;
            line-height:16px;
            letter-spacing:0.3px;
            color:#000000;
            margin-top:5px;
            word-break: break-word;
            font-size: 13px;
        }
        .switch_text1{
            font-size:15px;
            line-height:18px;
            color:#000000;
            font-weight:bold;
        }
        .switch_text2{
            font-size:12px;
            line-height:16px;
            letter-spacing:0.3px;
            color:#000000;
            margin-top:7px;
        }
        .tabs-radio {
            width: 20px;
            height: 20px;
            z-index: 999999;
        }

        ul.subs-det li {
            font-size: 12px;
        }

        .option_row {
            padding: 8px 10px;
        }

        .subscribe_offer-product{
            width:70px;
        }

        .sub-pkg, .otp-pkg {
            padding-top: 10px;
        }
    }
}

.subscribe-and-save.checkbox-v1 {
    .optional-checkout-button:first-of-type {
        margin-top: 20px;
    }

    .optional-checkout-button {
        margin-bottom: 20px;
    }

    .optional-checkout-button .checkout-item__headline {
        padding: var(--addon-section-padding);
        border-bottom: 2px dashed #505050;
        display: flex;
        padding: 9px 25px;

        background: #ffff99;
        padding: 14px 10px 12px;
        text-align: left;
        border-radius: 10px 10px 0 0;
        border-bottom: 1px dashed #4b4b4b;

        border: 1px dashed #4b4b4b;
        border-radius: 10px 10px 0px 0px;
        padding: 8px 10px 6px !important;

        margin-bottom: 0px;
        margin-top: 20px;
        height: auto;
    }

    .optional-checkout-button .checkout-item__headline label {
        padding-top: 5px;
        margin-right: 5px;
    }

    .optional-checkout-button .checkout-item__title {
        color: #000000;
        font-weight: 700;
        font-size: 16px;
        background: none;
        padding-top: 4px;
    }

    .optional-checkout-button .checkout-item__body {
        padding: var(--addon-section-padding);
        background: none !important;
        margin-top: 0px;
        padding-top: 15px;

        border: 1px dashed #4b4b4b;
        border-radius: 0px 0px 10px 10px;
        border-top: 0px;
    }

    .optional-checkout-button .checkout-item__price {
        display: none;
    }

    .optional-checkout-button .checkout-checkbox.selected {
        border: none;
    }

    .optional-checkout-button .checkout-item__body .checkbox__inner {
        /*display: none;*/
    }

    .optional-checkout-button .checkout-checkbox__col {
        display: none;
    }

    .optional-checkout-button .checkout-item__body br {
        display: none;
    }

    .optional-checkout-button .checkout-form__text[presale-type='optional unchecked'],
    .optional-checkout-button .checkout-form__text[presale-type='optional checked']
    {
        margin-top: 0px;
    }

    .optional-checkout-button .checkout-form__text
    {
        margin-left: 15px;
        margin-right: 15px;
        font-size: 17px;
        line-height: 22px;
        text-align: left;
        margin-bottom: 1rem;
        /*font-weight: 500;*/
        color: #161616;
    }

    .optional-checkout-button .checkout-checkbox {
        padding: 0px;
    }

    .optional-checkout-button .checkout-item--yellow {
        padding: 0px;
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        box-shadow: none;
        -webkit-box-shadow: none;
        background: #fcf8e3 !important;
    }

    .optional-checkout-button .checkout-item__body {
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 0px;
    }

    .optional-checkout-button .checkbox__input {
        width: auto;
        height: auto;
        position: inherit;
        opacity: inherit;
        display: none;
    }

    .optional-checkout-button .checkout-item__step {
        display: none;
    }

    .optional-checkout-button .checkbox__checkmark {
        background-color: #fff !important;
    }
}