body {
    font-family: 'db_heavent_cond';
    background-color: #fff;
}

.btn-buy {

    background: #B2D233;
    border-radius: 7px;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.btn-buy-popup {
    width: 110px;
    margin: 10px;
    padding: 12px;
    background-color: #73C23A;
    color: #ffffff;
    /* margin-top: 10px; */
    font-size: 16px;
}

.btn-secondary {
    width: 90px;
    margin: 10px;
    padding: 12px;
    /* background-color: #73C23A; */
    color: #ffffff;
    /* margin-top: 10px; */
    font-size: 16px;
}

.btn-buy-online {
    margin: 10px;
    padding: 5px;
    background-color: #10723d;
    color: #ffffff !important;
    margin-top: 10px;
    font-size: 16px;
    text-decoration: none !important;

}

.btn_buy_active {
    background-color: #73C23A;
    color: #ffffff;
}

.card-body {
    flex: 1 1 auto;
    padding: 5px !important;
}

.product-name {
    font-size: 22px;
    font-weight: 700;
}

.normal_price {
    font-size: 20px;
    color: #646464;
}
.special_price {
    font-size: 20px;
    padding: 10px;
}



.color_black {
    font-size: 20px;
    color: #000000;
}

.text_color {
    padding: 5px;
    text-align: center;
    font-size: 20px;
    color: #646464;
}

.special_price_line {
    font-size: 1.8em;
    color: #ec008c;
}

.text_package {
    color: #717171;
    font-size: 16px;
    text-align: left;
    padding-left: 10px;
}
.t_inline {
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}
tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 3px;
    border-color: #f7f7f7;
}
.text_package_price {
    background: #e8e8e8;
    /* line-height: 30px; */
    color: #000;
    font-size: 16px;
    font-weight: 700;
    /* border: 1px solid #000000; */
    border-radius: 7px;
    /* height: 55px; */
    /* text-align: center; */
    margin: 10px;
    padding: 5px 20px;
}


.color_dot_en,
.color_dot {
    margin: 0 auto;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.dot {
    width: 30px;
    height: 30px;
    margin: 5px 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dot.active:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: 1.5px solid #86D10A;
    border-radius: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -5px;
}

.dot .dot-color {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* border: 1.5px solid transparent; */
    box-shadow: inset 0px 3.16703px 3.16703px rgb(0 0 0 / 25%);
}

.t_inline {
    display: inline-block;
}

.color_dot_en .dot.GRAY .dot-color,
.color_dot .dot.GRAY .dot-color {
    background: #606165
}

.color_dot_en .dot.MINT .dot-color,
.color_dot .dot.MINT .dot-color {
    background: #ccffec
}

.color_dot_en .dot.VIOLET .dot-color,
.color_dot .dot.VIOLET .dot-color {
    background: #5A5A87
}

.color_dot_en .dot.GRAPHITE_GRAY .dot-color,
.color_dot .dot.GRAPHITE_GRAY .dot-color {
    background: #303030
}

.color_dot_en .dot.OCEAN_BLUE .dot-color,
.color_dot .dot.OCEAN_BLUE .dot-color {
    background: #394981
}

.color_dot_en .dot.AURORA_GREEN .dot-color,
.color_dot .dot.AURORA_GREEN .dot-color {
    background: #4AFF6E
}

.color_dot_en .dot.CHROME_SILVER .dot-color,
.color_dot .dot.CHROME_SILVER .dot-color {
    background: #DAD6D7
}

.color_dot_en .dot.BLACK .dot-color,
.color_dot .dot.BLACK .dot-color {
    background: #000000
}



/* box */

/* FORM */

.form .plan input,
.form .payment-plan input,
.form .payment-type input {
    display: none;
}

.form label {
    position: relative;
    color: #000;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 7px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    width: 110px;
    line-height: 20px;
    /* display: block; */
    cursor: pointer;
    /* border: 3px solid transparent; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px;
    padding: 10px 20px;
}

.form .plan input:checked+label,
.form .payment-plan input:checked+label,
.form .payment-type input:checked+label {
    background: #B2D233;
    border: 1px solid #000000;
    border-radius: 7px;
}

.form .plan input:checked+label:after,
form .payment-plan input:checked+label:after,
.form .payment-type input:checked+label:after {
    content: "\2713";
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 20px;
    border-radius: 100%;
    background: #B2D233;
    border: 1px solid #000000;
    z-index: 999;
    position: absolute;
    top: -18px;
    right: 40px;
    font-weight: 700;
}

/* FORM  soldout*/

.formsoldout .plan input,
.formsoldout .payment-plan input,
.formsoldout .payment-type input {
    display: none;
}

.formsoldout label {
    position: relative;
    color: #000;
    background: #FFFFFF;
    border: 1px solid #f7f7f7;
    border-radius: 7px;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    width: 110px;
    line-height: 20px;
    /* display: block; */
    cursor: pointer;
    /* border: 3px solid transparent; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px;
    padding: 10px 20px;
}

.formsoldout .plan input:checked+label,
.formsoldout .payment-plan input:checked+label,
.formsoldout .payment-type input:checked+label {
    background: #e8e8e8;
    border: 1px solid #f7f7f7;
    border-radius: 7px;
}

.formsoldout .plan input:checked+label:after,
formsoldout .payment-plan input:checked+label:after,
.formsoldout .payment-type input:checked+label:after {
    content: "\2713";
    font-size: 16px;
    width: 25px;
    height: 25px;
    line-height: 20px;
    border-radius: 100%;
    background: #e8e8e8;
    border: 1px solid #f7f7f7;
    z-index: 999;
    position: absolute;
    top: -18px;
    right: 40px;
    font-weight: 700;
}